1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-25 11:08:29 +01:00

inverted newsletter section style

This commit is contained in:
Matthias Kretschmann 2016-02-18 17:04:52 +01:00
parent 118849183c
commit 89950fc383
2 changed files with 24 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.section-newsletter {
background: $brand-main-blue-dark;
background: $brand-primary;
// .sections redefinitions
padding-top: $spacer;
@ -17,10 +17,31 @@
.form-group { margin: 0; }
.grid { margin-bottom: 0; }
.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;
color: $headings-color;;
}
.newsletter__title,
.newsletter__text {
color: $gray-darker;
}

View File

@ -20,7 +20,7 @@
<label class="form-label" for="email">Your Email</label>
<span class="input-group-btn">
<button class="btn btn-primary" type="submit" name="button">
<button class="btn btn-secondary" type="submit" name="button">
Subscribe
</button>
</span>