Files
openfoodnetwork/app/webpacker/css/darkswarm/hubs.scss
Matt-Yorkley ec2213d2f0 Reduce duplicate import statements
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
2021-12-27 17:45:06 +00:00

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;
}
}
}