1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Introduce $btn-block-spacing-y variable

[skip sauce]
This commit is contained in:
Chris Rebert
2015-12-08 00:18:24 -08:00
parent 223e3505ce
commit 0330d4acc2
2 changed files with 3 additions and 1 deletions

View File

@@ -160,7 +160,7 @@ fieldset[disabled] a.btn {
// Vertically space out multiple block buttons
.btn-block + .btn-block {
margin-top: 5px;
margin-top: $btn-block-spacing-y;
}
// Specificity overrides