Commit 925f0ca0 authored by Mark Otto's avatar Mark Otto
Browse files

fix error to danger

parent f712e922
Showing with 2 additions and 2 deletions
+2 -2
...@@ -261,7 +261,7 @@ input[type="checkbox"] { ...@@ -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"] { ...@@ -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);
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment