1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_newsletter.scss

27 lines
436 B
SCSS
Raw Normal View History

.section-newsletter {
background: $brand-main-blue-dark;
// .sections redefinitions
padding-top: $spacer;
padding-bottom: $spacer;
@media ($screen-sm) {
padding-top: ($spacer * 3);
padding-bottom: ($spacer * 3);
}
}
.newsletter {
p,
.form-group { margin: 0; }
.grid { margin-bottom: 0; }
}
.newsletter__title {
@extend .h4;
margin-top: 0;
2016-02-18 16:46:56 +01:00
color: $headings-color;;
}