aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-02-02 15:13:01 -0500
committerKevin Kirsche <[email protected]>2015-02-02 15:13:01 -0500
commit99fc85e8d0c43b201efc265c64dcea50c5a85861 (patch)
tree929cf655c114552f2d183307790d17f679e349e6 /less
parent33d8fde67cf9db663cc85b3990944109c5dcbe47 (diff)
downloadbootstrap-99fc85e8d0c43b201efc265c64dcea50c5a85861.tar.xz
bootstrap-99fc85e8d0c43b201efc265c64dcea50c5a85861.zip
[Fix issue #15719] Add a variable for .form-group's margin-bottom
[Fix issue #15719] Add a variable for .form-group's margin-bottom
Diffstat (limited to 'less')
-rw-r--r--less/variables.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 002be6afb..a647983eb 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -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;