Fix missing style

This commit is contained in:
Björn Fromme
2019-02-12 11:17:31 +01:00
parent cf2aacad8f
commit d40c235a03
@@ -100,6 +100,11 @@
} }
@mixin sectionFills($opacity: 1) { @mixin sectionFills($opacity: 1) {
.section-default & {
fill: $color-brand-primary;
opacity: $opacity;
}
&.section-incentives, &.section-incentives,
.section-incentives & { .section-incentives & {
fill: $color-incentives; fill: $color-incentives;