mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
Update "no results" layout on mobile and tablet
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@import "branding";
|
||||
@import "big-input";
|
||||
@import "animations";
|
||||
@import "variables";
|
||||
|
||||
@mixin filter-selector($base-clr, $border-clr, $hover-clr) {
|
||||
&.inline-block, ul.inline-block {
|
||||
@@ -156,6 +157,14 @@
|
||||
font-weight: bold;
|
||||
color: $teal-500;
|
||||
}
|
||||
|
||||
&.filter-label {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint(desktop) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user