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 // Variants
// Default color // Default color
&--default { &--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
&--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;
}
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB