Skip to content

Commit

Permalink
[Fix issue twbs#15719] Add a variable for .form-group's margin-bottom
Browse files Browse the repository at this point in the history
[Fix issue twbs#15719] Add a variable for .form-group's margin-bottom
  • Loading branch information
kkirsche committed Feb 2, 2015
1 parent 33d8fde commit 99fc85e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
//** Small `.form-control` height
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);

//** `.form-group` margin
@form-group-margin-bottom: 15px;

@legend-color: @gray-dark;
@legend-border-color: #e5e5e5;

Expand Down

0 comments on commit 99fc85e

Please sign in to comment.