This commit is contained in:
parent
1cc63b0725
commit
7fc1794b3d
5 changed files with 104 additions and 139 deletions
|
|
@ -18,6 +18,12 @@ button.sort{
|
|||
|
||||
}
|
||||
|
||||
@media #{$x-small}{
|
||||
font-size: var(--fs-xsmall);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
&[data-sort-type="up"]{
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue