diff options
| author | Mark Otto <[email protected]> | 2016-02-06 18:05:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 18:05:34 -0800 |
| commit | 697466badf54a454767f8cee520d71f55787ad87 (patch) | |
| tree | f500c9d454ac0c17748d5fbf9dd486d83e52e674 | |
| parent | dee1979683555c1bd708fd66bdaa1e582b9d9707 (diff) | |
| download | bootstrap-697466badf54a454767f8cee520d71f55787ad87.tar.xz bootstrap-697466badf54a454767f8cee520d71f55787ad87.zip | |
tweak sizing
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 108c57e09..c492d1f1c 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -263,7 +263,7 @@ input[type="checkbox"] { padding-right: ($input-padding-x * 3); background-repeat: no-repeat; background-position: center right ($input-height * .25); - background-size: ($input-height * .65) ($input-height * .65); + background-size: ($input-height * .5) ($input-height * .50); } // Form validation states |
