diff options
| author | Mark Otto <[email protected]> | 2015-08-23 01:00:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-23 01:00:22 -0700 |
| commit | b2dccb15d79085af2a507b6b9f2c35c0e5770ffa (patch) | |
| tree | 9b87592406cdae29a1a2b63f5153ec8e7eca57f2 /scss/_forms.scss | |
| parent | 47d5168dc88c3902488c7f5d44f41a394551d0d9 (diff) | |
| download | bootstrap-b2dccb15d79085af2a507b6b9f2c35c0e5770ffa.tar.xz bootstrap-b2dccb15d79085af2a507b6b9f2c35c0e5770ffa.zip | |
fix majority of scss linter errors
Diffstat (limited to 'scss/_forms.scss')
| -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 6eafd53ca..72ec9b03f 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -266,9 +266,9 @@ input[type="checkbox"] { .form-control-warning, .form-control-error { 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-repeat: no-repeat; } // Form validation states |
