mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-29 07:16:17 +01:00
inverted newsletter section style
This commit is contained in:
parent
118849183c
commit
89950fc383
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
.section-newsletter {
|
.section-newsletter {
|
||||||
background: $brand-main-blue-dark;
|
background: $brand-primary;
|
||||||
|
|
||||||
// .sections redefinitions
|
// .sections redefinitions
|
||||||
padding-top: $spacer;
|
padding-top: $spacer;
|
||||||
@ -17,10 +17,31 @@
|
|||||||
.form-group { margin: 0; }
|
.form-group { margin: 0; }
|
||||||
|
|
||||||
.grid { margin-bottom: 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 {
|
.newsletter__title {
|
||||||
@extend .h4;
|
@extend .h4;
|
||||||
margin-top: 0;
|
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>
|
<label class="form-label" for="email">Your Email</label>
|
||||||
|
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button class="btn btn-primary" type="submit" name="button">
|
<button class="btn btn-secondary" type="submit" name="button">
|
||||||
Subscribe
|
Subscribe
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user