1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02: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

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;