diff options
| author | Martijn Cuppens <[email protected]> | 2018-09-18 14:35:25 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 15:35:25 +0300 |
| commit | e6049586413f663ae99ec660d6378306833e2223 (patch) | |
| tree | e2fe0467247ddf45ede5def848b9872d538db223 /scss/_forms.scss | |
| parent | 18ae915f547b9204c14783a3bc35277fb50e69a4 (diff) | |
| download | bootstrap-e6049586413f663ae99ec660d6378306833e2223.tar.xz bootstrap-e6049586413f663ae99ec660d6378306833e2223.zip | |
Variable .btn and .form-control font sizes (#26908)
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 5530630ed..cd9a423f7 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -141,7 +141,7 @@ select.form-control { .form-control-sm { height: $input-height-sm; padding: $input-padding-y-sm $input-padding-x-sm; - font-size: $font-size-sm; + font-size: $input-font-size-sm; line-height: $input-line-height-sm; @include border-radius($input-border-radius-sm); } @@ -149,7 +149,7 @@ select.form-control { .form-control-lg { height: $input-height-lg; padding: $input-padding-y-lg $input-padding-x-lg; - font-size: $font-size-lg; + font-size: $input-font-size-lg; line-height: $input-line-height-lg; @include border-radius($input-border-radius-lg); } |
