Commit 99fc85e8 authored by Kevin Kirsche's avatar Kevin Kirsche
Browse files

[Fix issue #15719] Add a variable for .form-group's margin-bottom

[Fix issue #15719] Add a variable for .form-group's margin-bottom
parent 33d8fde6
Showing with 3 additions and 0 deletions
+3 -0
...@@ -207,6 +207,9 @@ ...@@ -207,6 +207,9 @@
//** Small `.form-control` height //** Small `.form-control` height
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); @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-color: @gray-dark;
@legend-border-color: #e5e5e5; @legend-border-color: #e5e5e5;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment