mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Put that new var to use to match form group addons to form controls
This commit is contained in:
parent
38c93371c1
commit
e589cdbfe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue