1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Optional btn & input font sizes (#28068)

This commit is contained in:
Martijn Cuppens
2019-02-07 18:47:24 +01:00
committed by XhmikosR
parent 2ee8ecedf4
commit 8b41cb1368
4 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
width: 100%;
height: $input-height;
padding: $input-padding-y $input-padding-x;
font-family: $input-font-family;
font-size: $input-font-size;
font-weight: $input-font-weight;
line-height: $input-line-height;