aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandresgalante <[email protected]>2018-10-01 09:59:05 -0300
committerXhmikosR <[email protected]>2018-10-20 22:29:24 +0300
commit86822d93d64d858548717838f528061e92663f16 (patch)
tree015cb7495be48ba0bcf6597eed452c1fb2348c7d
parent871a51a54827a5ccfbbc469fef6b08f7c2641a44 (diff)
downloadbootstrap-86822d93d64d858548717838f528061e92663f16.tar.xz
bootstrap-86822d93d64d858548717838f528061e92663f16.zip
changes the variables for input font size
-rw-r--r--scss/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 88c7c2f9d..29493861d 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -9,7 +9,7 @@
width: 100%;
height: $input-height;
padding: $input-padding-y $input-padding-x;
- font-size: $font-size-base;
+ font-size: $input-font-size;
font-weight: $input-font-weight;
line-height: $input-line-height;
color: $input-color;