20 lines
271 B
SCSS
20 lines
271 B
SCSS
//block newsletter style extensions
|
|
|
|
.block-newsletter {
|
|
h4 {
|
|
font: 500 24px/26px $font-family-base;
|
|
}
|
|
|
|
#block-newsletter-label {
|
|
display: none;
|
|
}
|
|
|
|
form {
|
|
.form-control {
|
|
text-align: center;
|
|
}
|
|
.btn {
|
|
margin-top: -1px;
|
|
}
|
|
}
|
|
} |