2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

changes the variables for input font size

This commit is contained in:
andresgalante
2018-10-01 09:59:05 -03:00
committed by XhmikosR
parent 871a51a548
commit 86822d93d6
+1 -1
View File
@@ -9,7 +9,7 @@
width: 100%;
height: $input-height;
padding: $input-padding-y $input-padding-x;
font-size: $font-size-base;
font-size: $input-font-size;
font-weight: $input-font-weight;
line-height: $input-line-height;
color: $input-color;