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

48 lines
730 B
SCSS
Raw Normal View History

.section-newsletter {
2016-02-18 17:04:52 +01:00
background: $brand-primary;
// .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; }
2016-02-18 17:04:52 +01:00
.form-control {
border-color: $gray-darker;
&:focus {
border-color: #000;
}
}
.btn {
background: $brand-main-blue;
}
.form-label,
.form-control {
color: $gray-dark !important;
}
}
.newsletter__title {
@extend .h4;
margin-top: 0;
2016-02-18 17:04:52 +01:00
}
.newsletter__title,
.newsletter__text {
color: $gray-darker;
}