mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
15 lines
280 B
Sass
15 lines
280 B
Sass
@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
|