diff options
| author | Mark Otto <[email protected]> | 2015-09-01 21:01:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-01 21:01:12 -0700 |
| commit | d11980048945f10504b1f37917e585b29c75f461 (patch) | |
| tree | dd6c37935de58791d6cba3b7265ba67c6f8e7e8b | |
| parent | d9125290ed3654cbec5b82eb409274002750c9a7 (diff) | |
| download | bootstrap-d11980048945f10504b1f37917e585b29c75f461.tar.xz bootstrap-d11980048945f10504b1f37917e585b29c75f461.zip | |
fix #17356
| -rw-r--r-- | scss/_variables.scss | 2 |
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; |
