mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
fix error to danger
This commit is contained in:
parent
f712e922d1
commit
925f0ca018
@ -261,7 +261,7 @@ input[type="checkbox"] {
|
||||
|
||||
.form-control-success,
|
||||
.form-control-warning,
|
||||
.form-control-error {
|
||||
.form-control-danger {
|
||||
padding-right: ($input-padding-x * 3);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right ($input-height * .25);
|
||||
@ -288,7 +288,7 @@ input[type="checkbox"] {
|
||||
.has-danger {
|
||||
@include form-control-validation($brand-danger);
|
||||
|
||||
.form-control-error {
|
||||
.form-control-danger {
|
||||
background-image: url($form-icon-danger);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user