1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00

styling tweaks

This commit is contained in:
Matthias Kretschmann 2016-02-18 16:46:56 +01:00
parent bc8681c816
commit 118849183c
2 changed files with 4 additions and 3 deletions

View File

@ -22,4 +22,5 @@
.newsletter__title { .newsletter__title {
@extend .h4; @extend .h4;
margin-top: 0; margin-top: 0;
color: $headings-color;;
} }

View File

@ -4,8 +4,8 @@
<div class="grid grid--full grid-small--half grid--gutters grid--center"> <div class="grid grid--full grid-small--half grid--gutters grid--center">
<div class="grid__col"> <div class="grid__col">
<h1 class="newsletter__title">Subscribe to BigchainDB Updates</h1> <h1 class="newsletter__title">Get updates delivered to your inbox</h1>
<p class="newsletter__text">Get updates delivered to your inbox. No more than 1 email per month. We're busy too.</p> <p class="newsletter__text">No more than 1 email per month. We're busy too.</p>
</div> </div>
<div class="grid__col"> <div class="grid__col">
<form id="newsletter" <form id="newsletter"
@ -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-secondary" type="submit" name="button"> <button class="btn btn-primary" type="submit" name="button">
Subscribe Subscribe
</button> </button>
</span> </span>