filtres enquetes
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-08 16:27:21 +01:00
parent 0cd10384c0
commit 8fc46375a0
5 changed files with 32 additions and 21 deletions

View file

@ -23,6 +23,18 @@
}
.icon{
--size: 10px;
height: var(--size);
width: var(--size);
position: relative;
top: -8px;
svg{
width: 100%;
fill: var(--color-txt);
}
}
&[data-sort-type="up"]{
.arrow{
@ -30,18 +42,10 @@
}
}
&[data-sort="false"]{
color: var(--color-txt-light);
svg{
fill: var(--color-txt-light);
}
}
&[data-sort="false"],
&[data-sort="true"]{
&:hover{
color: var(--grey-100);
svg{
@ -50,7 +54,7 @@
}
}