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:
parent
118849183c
commit
89950fc383
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user