From: andresgalante Date: Mon, 1 Oct 2018 12:59:05 +0000 (-0300) Subject: changes the variables for input font size X-Git-Tag: v4.2.0~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86822d93d64d858548717838f528061e92663f16;p=thirdparty%2Fbootstrap.git changes the variables for input font size --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 88c7c2f9d7..29493861d5 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;