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