Commit d42fbb98 authored by maks feltrin's avatar maks feltrin
Browse files

form-group size + form-control-feedback

automatically feedback icon sizing inside a larger|smaller form-group.
parent 063c1b07
5 merge requests!28721Hot test,!16333form-group size + form-control-feedback,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 4 additions and 2 deletions
+4 -2
......@@ -401,13 +401,15 @@ input[type="checkbox"] {
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: @input-height-large;
height: @input-height-large;
line-height: @input-height-large;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: @input-height-small;
height: @input-height-small;
line-height: @input-height-small;
......
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