aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-01 21:01:12 -0700
committerMark Otto <[email protected]>2015-09-01 21:01:12 -0700
commitd11980048945f10504b1f37917e585b29c75f461 (patch)
treedd6c37935de58791d6cba3b7265ba67c6f8e7e8b
parentd9125290ed3654cbec5b82eb409274002750c9a7 (diff)
downloadbootstrap-d11980048945f10504b1f37917e585b29c75f461.tar.xz
bootstrap-d11980048945f10504b1f37917e585b29c75f461.zip
fix #17356
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index a01c12440..70ac7f38c 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -286,7 +286,7 @@ $input-height: (($font-size-base * $line-height) + ($input-pad
$input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2) + ($border-width * 2)) !default;
$input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2) + ($border-width * 2)) !default;
-$form-group-margin-bottom: 15px !default;
+$form-group-margin-bottom: $spacer-y !default;
$input-group-addon-bg: $gray-lighter !default;
$input-group-addon-border-color: $input-border !default;