mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
_forms.scss: Use division instead of fractional multiplication
[skip sauce] [skip validator]
This commit is contained in:
parent
8ffcb5f055
commit
8141835682
@ -256,8 +256,8 @@ input[type="checkbox"] {
|
|||||||
.form-control-danger {
|
.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 / 4);
|
||||||
background-size: ($input-height * .5) ($input-height * .5);
|
background-size: ($input-height / 2) ($input-height / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form validation states
|
// Form validation states
|
||||||
|
Loading…
x
Reference in New Issue
Block a user