mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
25 lines
329 B
SCSS
25 lines
329 B
SCSS
@import "branding";
|
|
@import "mixins";
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|