mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
22 lines
290 B
SCSS
22 lines
290 B
SCSS
.producers {
|
|
@include producersbg;
|
|
|
|
@include sidepaddingSm;
|
|
|
|
@include panepadding;
|
|
|
|
a {
|
|
color: $clr-turquoise;
|
|
|
|
&:hover, &:active, &:focus {
|
|
color: $clr-turquoise-bright;
|
|
}
|
|
}
|
|
|
|
a.button.primary {
|
|
&:hover, &:active, &:focus {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|