Files
wyczarujprezent.pl/themes/EZE-249/_dev/css/components/ps_emailsubscription.scss
2024-10-28 22:14:22 +01:00

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;
}
}
}