diff options
| author | Chris Rebert <[email protected]> | 2015-12-23 23:44:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-23 23:44:50 -0700 |
| commit | edbdf21de5bcb53f58cddea159f8605468cd90ef (patch) | |
| tree | 8bfeb73914c8739cb07c70b5d5b5da801dab763b /scss/_variables.scss | |
| parent | 5cdb09231871e320c2c2210a3a03262bc78875fb (diff) | |
| parent | 0330d4acc2d5b3bcfa855a338566cac7156230a0 (diff) | |
| download | bootstrap-edbdf21de5bcb53f58cddea159f8605468cd90ef.tar.xz bootstrap-edbdf21de5bcb53f58cddea159f8605468cd90ef.zip | |
Merge pull request #18464 from twbs/btn-block-spacing-y
Introduce $btn-block-spacing-y variable
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index a29d0399d..41bc7dbb4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -275,6 +275,8 @@ $btn-padding-y-sm: .25rem !default; $btn-padding-x-lg: 1.25rem !default; $btn-padding-y-lg: .75rem !default; +$btn-block-spacing-y: 5px !default; + // Allows for customizing button radius independently from global border radius $btn-border-radius: $border-radius !default; $btn-border-radius-lg: $border-radius-lg !default; |
