mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
style response messages, small refactor
This commit is contained in:
parent
2577639835
commit
48622c2e9f
@ -34,6 +34,11 @@
|
|||||||
.form-control {
|
.form-control {
|
||||||
color: $gray-dark !important;
|
color: $gray-dark !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control-feedback {
|
||||||
|
@extend .bold;
|
||||||
|
margin-top: ($spacer / 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.newsletter__title {
|
.newsletter__title {
|
||||||
|
22
_src/_includes/form-newsletter.html
Normal file
22
_src/_includes/form-newsletter.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<form id="newsletter"
|
||||||
|
class="form-newsletter js-parsley"
|
||||||
|
action="//ascribe.us9.list-manage.com/subscribe/post?u=56f2d3da26a7d407177d3fba3&id=0a99a9481e"
|
||||||
|
method="post">
|
||||||
|
|
||||||
|
<div class="form-group has-feedback">
|
||||||
|
<div class="input-group">
|
||||||
|
|
||||||
|
<input class="form-control" type="email" id="email" name="EMAIL" required>
|
||||||
|
<label class="form-label" for="email">Your Email</label>
|
||||||
|
|
||||||
|
<span class="input-group-btn">
|
||||||
|
<button class="btn btn-secondary" type="submit" name="button">
|
||||||
|
Subscribe
|
||||||
|
</button>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-control-feedback"></div>
|
||||||
|
</div>
|
||||||
|
</form>
|
@ -8,28 +8,9 @@
|
|||||||
<p class="newsletter__text">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"
|
|
||||||
class="form-newsletter js-parsley"
|
|
||||||
action="//ascribe.us9.list-manage.com/subscribe/post?u=56f2d3da26a7d407177d3fba3&id=0a99a9481e"
|
|
||||||
method="post">
|
|
||||||
|
|
||||||
<div class="form-group has-feedback">
|
{% include form-newsletter.html %}
|
||||||
<div class="input-group">
|
|
||||||
|
|
||||||
<input class="form-control" type="email" id="email" name="EMAIL" required>
|
|
||||||
<label class="form-label" for="email">Your Email</label>
|
|
||||||
|
|
||||||
<span class="input-group-btn">
|
|
||||||
<button class="btn btn-secondary" type="submit" name="button">
|
|
||||||
Subscribe
|
|
||||||
</button>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-control-feedback"></div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user