From 86822d93d64d858548717838f528061e92663f16 Mon Sep 17 00:00:00 2001 From: andresgalante Date: Mon, 1 Oct 2018 09:59:05 -0300 Subject: [PATCH] changes the variables for input font size --- scss/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;