mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fix error to danger
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user