Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <agalante@gmail.com>2018-10-20 11:50:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-20 11:50:20 +0300
commit5088f02730a38bf833db3a8ac1f3c53c154278bc (patch)
tree915f2a15f444f8b7e7a215af1396f63ac29a9884 /scss/_forms.scss
parenta86aef0ae0388d51c433b93cd1c25ea27e0535b9 (diff)
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 cd9a423f7b..88c7c2f9d7 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;