mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #19125 from twbs/division
_forms.scss: Use division instead of fractional multiplication
This commit is contained in:
commit
950706dbf9
@ -256,8 +256,8 @@ input[type="checkbox"] {
|
||||
.form-control-danger {
|
||||
padding-right: ($input-padding-x * 3);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right ($input-height * .25);
|
||||
background-size: ($input-height * .5) ($input-height * .5);
|
||||
background-position: center right ($input-height / 4);
|
||||
background-size: ($input-height / 2) ($input-height / 2);
|
||||
}
|
||||
|
||||
// Form validation states
|
||||
|
Loading…
Reference in New Issue
Block a user