Add background on Newsletter module
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BIN
static/images/newsletter-beige.jpg
Normal file
BIN
static/images/newsletter-beige.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
static/images/newsletter-cream.jpg
Normal file
BIN
static/images/newsletter-cream.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user