mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-07 22:46:06 +00:00
19 lines
257 B
SCSS
19 lines
257 B
SCSS
@import "branding";
|
|
@import "mixins";
|
|
|
|
#hubs {
|
|
background-color: lighten($ofn-grey, 43%);
|
|
|
|
@include panepadding;
|
|
|
|
@include sidepaddingSm;
|
|
|
|
.name-matches, .distance-matches {
|
|
margin-top: 4em;
|
|
}
|
|
|
|
.more-controls {
|
|
text-align: center;
|
|
}
|
|
}
|