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

This commit is contained in:
Julie Blanc 2026-01-21 16:33:15 +01:00
parent d28c90aefe
commit d7a8611376
9 changed files with 275 additions and 66 deletions

View file

@ -1,8 +1,5 @@
.sort{
button.sort{
display: flex;
align-items: center;
gap: 1ch;
.arrow{
line-height: 0;
@ -23,17 +20,6 @@
}
.icon{
--size: 10px;
height: var(--size);
width: var(--size);
position: relative;
top: -8px;
svg{
width: 100%;
fill: var(--color-txt);
}
}
&[data-sort-type="up"]{
@ -42,20 +28,4 @@
}
}
&:hover{
color: var(--grey-100);
svg{
fill: var(--grey-100);
}
}
}