mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
resolve issue with form fields and errors causing no space between fields with consecutive errors; needs more work, but will address later
This commit is contained in:
@@ -159,10 +159,10 @@ select:focus {
|
||||
}
|
||||
|
||||
// Error styles
|
||||
form div.clearfix.error {
|
||||
form .clearfix.error {
|
||||
background: lighten(@red, 57%);
|
||||
padding: 10px 0;
|
||||
margin: -10px 0 10px;
|
||||
margin: 10px 0;
|
||||
.border-radius(4px);
|
||||
@error-text: desaturate(lighten(@red, 25%), 25%);
|
||||
> label,
|
||||
|
||||
Reference in New Issue
Block a user