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:
@@ -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