mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
21 lines
289 B
SCSS
21 lines
289 B
SCSS
#hubs {
|
|
background-color: lighten($ofn-grey, 43%);
|
|
|
|
@include panepadding;
|
|
|
|
@include sidepaddingSm;
|
|
|
|
.name-matches, .distance-matches {
|
|
margin-top: 4em;
|
|
}
|
|
|
|
.more-controls {
|
|
text-align: center;
|
|
|
|
.spinner {
|
|
height: 2.25em;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|