16 lines
236 B
SCSS
16 lines
236 B
SCSS
|
.newsletter-header {
|
||
|
color: var(--color-contrast-high);
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.newsletter-desc {
|
||
|
color: var(--color-contrast-medium-high);
|
||
|
@include font-size('base');
|
||
|
}
|
||
|
|
||
|
#newsletter-form {
|
||
|
|
||
|
input {
|
||
|
border-right: none;
|
||
|
}
|
||
|
}
|