mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Styling form errors
This commit is contained in:
parent
e468e1104e
commit
6549e2920b
@ -3,8 +3,8 @@
|
||||
<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-md-offset-2 col-sm-6">
|
||||
<div class="form-group">
|
||||
<input name="email" type="email" class="form-control margin-bottom" id="email" placeholder="Enter your email address…" required>
|
||||
<div class="form-group margin-bottom">
|
||||
<input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address…" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-6">
|
||||
|
@ -12,3 +12,8 @@
|
||||
padding: 22px 0 17px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: @state-danger-text;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user