mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 06:21:30 +08: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">
|
<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 col-md-offset-2 col-sm-6">
|
<div class="col-md-4 col-md-offset-2 col-sm-6">
|
||||||
<div class="form-group">
|
<div class="form-group margin-bottom">
|
||||||
<input name="email" type="email" class="form-control margin-bottom" id="email" placeholder="Enter your email address…" required>
|
<input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address…" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
|
@ -12,3 +12,8 @@
|
|||||||
padding: 22px 0 17px;
|
padding: 22px 0 17px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label.error {
|
||||||
|
color: @state-danger-text;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user