Add background on Newsletter module

This commit is contained in:
2021-10-16 14:40:53 +02:00
parent 5511639014
commit 8839684494
3 changed files with 11 additions and 3 deletions

View File

@@ -38,10 +38,18 @@
// Variants
// Default color
&--default {
background-color: $color-tertiary;
}
background: $color-tertiary 50% 0 / cover url(#{$dir-img}/newsletter-beige.jpg) no-repeat;
.newsletter-form__email {
background: $color-tertiary;
}
}
// Light
&--light {
background-color: $color-cream;
background: $color-cream 50% 0 / cover url(#{$dir-img}/newsletter-cream.jpg) no-repeat;
.newsletter-form__email {
background: $color-cream;
}
}
}