2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add font weight options for form controls and custom select (#27343)

This commit is contained in:
Andres Galante
2018-10-20 05:50:20 -03:00
committed by XhmikosR
parent a86aef0ae0
commit 5088f02730
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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;