mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
26 lines
407 B
SCSS
26 lines
407 B
SCSS
|
|
||
|
.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;
|
||
|
}
|