From 5088f02730a38bf833db3a8ac1f3c53c154278bc Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Sat, 20 Oct 2018 05:50:20 -0300 Subject: Add font weight options for form controls and custom select (#27343) --- scss/_forms.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/_forms.scss') 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; -- cgit v1.2.3