Restore spacing between Sort and Filter on mobile
## Ticket 950
This commit is contained in:
parent
79a25986ed
commit
fee8e16bd8
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@
|
||||||
.claim-search__menu-group:last-of-type {
|
.claim-search__menu-group:last-of-type {
|
||||||
margin-right: unset;
|
margin-right: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
.claim-search__menu-group:first-of-type {
|
||||||
|
margin-right: var(--spacing-s);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.claim-search__top > div {
|
.claim-search__top > div {
|
||||||
|
|
Loading…
Reference in a new issue