2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #19125 from twbs/division

_forms.scss: Use division instead of fractional multiplication
This commit is contained in:
Chris Rebert
2016-02-08 12:54:11 -08:00
+2 -2
View File
@@ -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