2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
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