0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Put that new var to use to match form group addons to form controls

This commit is contained in:
Mark Otto 2016-02-07 22:47:04 -08:00
parent 38c93371c1
commit e589cdbfe9

View File

@ -88,7 +88,7 @@
margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
font-size: $font-size-base;
font-weight: normal;
line-height: 1.5;
line-height: $input-line-height;
color: $input-color;
text-align: center;
background-color: $input-group-addon-bg;