aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2018-10-20 05:50:20 -0300
committerXhmikosR <[email protected]>2018-10-20 11:50:20 +0300
commit5088f02730a38bf833db3a8ac1f3c53c154278bc (patch)
tree915f2a15f444f8b7e7a215af1396f63ac29a9884 /scss/_forms.scss
parenta86aef0ae0388d51c433b93cd1c25ea27e0535b9 (diff)
downloadbootstrap-5088f02730a38bf833db3a8ac1f3c53c154278bc.tar.xz
bootstrap-5088f02730a38bf833db3a8ac1f3c53c154278bc.zip
Add font weight options for form controls and custom select (#27343)
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index cd9a423f7..88c7c2f9d 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -10,6 +10,7 @@
height: $input-height;
padding: $input-padding-y $input-padding-x;
font-size: $font-size-base;
+ font-weight: $input-font-weight;
line-height: $input-line-height;
color: $input-color;
background-color: $input-bg;