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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user