cleaning
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-25 18:28:59 +01:00
parent aba8b4f37e
commit b436ea2770
10 changed files with 12 additions and 225 deletions

View file

@ -655,7 +655,7 @@ button:disabled {
text-underline-offset: 2px;
}
.category {
.type {
height: calc(var(--h-block) * 0.75);
border-radius: var(--radius-small);
display: inline-flex;
@ -672,7 +672,7 @@ button:disabled {
white-space: nowrap;
}
.type {
.category {
height: calc(var(--h-block) * 0.75);
border-radius: var(--radius-small);
display: inline-flex;
@ -690,7 +690,7 @@ button:disabled {
white-space: nowrap;
}
.page__type {
.page__category {
height: calc(var(--h-block) * 1);
border-radius: var(--radius-small);
border: var(--border-medium);
@ -708,7 +708,7 @@ button:disabled {
text-transform: uppercase;
}
@media screen and (max-width: 768px) {
.page__type {
.page__category {
height: calc(var(--h-block) * 0.75);
font-size: var(--fs-xsmall);
padding: 0 1ch;
@ -716,7 +716,7 @@ button:disabled {
}
}
.page__category {
.page__type {
height: calc(var(--h-block) * 1);
border-radius: var(--radius-small);
margin-left: calc(var(--padding-inner) * 0.25);
@ -734,7 +734,7 @@ button:disabled {
text-transform: uppercase;
}
@media screen and (max-width: 768px) {
.page__category {
.page__type {
height: calc(var(--h-block) * 0.75);
font-size: var(--fs-xsmall);
padding: 0 1ch;
@ -1737,17 +1737,6 @@ button.sort[data-sort-type=up] .arrow {
}
.card--package .type,
.card--article-small .type {
display: inline-flex;
flex-grow: 0;
height: calc(var(--h-block) * 0.75);
border-radius: var(--radius-small);
border: var(--border-medium);
align-items: center;
padding: 5px 1ch 0 1ch;
font-size: var(--fs-xsmall);
text-transform: uppercase;
font-weight: 500;
color: var(--color-txt-light);
margin-bottom: calc(var(--spacing) * 0.75);
}
.card--package .content,