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
+2
View File
@@ -166,6 +166,7 @@
width: 100%;
height: $custom-select-height;
padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x;
font-weight: $custom-select-font-weight;
line-height: $custom-select-line-height;
color: $custom-select-color;
vertical-align: middle;
@@ -279,6 +280,7 @@
z-index: 1;
height: $custom-file-height;
padding: $custom-file-padding-y $custom-file-padding-x;
font-weight: $custom-file-font-weight;
line-height: $custom-file-line-height;
color: $custom-file-color;
background-color: $custom-file-bg;