btn sort
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-09 15:15:27 +01:00
parent 1cc63b0725
commit 7fc1794b3d
5 changed files with 104 additions and 139 deletions

View file

@ -18,6 +18,12 @@ button.sort{
}
@media #{$x-small}{
font-size: var(--fs-xsmall);
}
&[data-sort-type="up"]{

View file

@ -594,6 +594,11 @@ button.sort .arrow svg {
width: 100%;
fill: var(--color-txt);
}
@media screen and (max-width: 560px) {
button.sort {
font-size: var(--fs-xsmall);
}
}
button.sort[data-sort-type=up] .arrow {
transform: rotate(-90deg);
}

File diff suppressed because one or more lines are too long