2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Extract $modal-dialog-sm-up-margin-y variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-15 23:24:41 -08:00
parent 819b0179f0
commit e1be284d0c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
// Automatically set modal's width for larger viewports
.modal-dialog {
max-width: $modal-md;
margin: 30px auto;
margin: $modal-dialog-sm-up-margin-y auto;
}
.modal-content {
+1
View File
@@ -627,6 +627,7 @@ $label-font-weight: bold !default;
$modal-inner-padding: 15px !default;
$modal-dialog-margin: 10px !default;
$modal-dialog-sm-up-margin-y: 30px !default;
$modal-title-padding: 15px !default;
$modal-title-line-height: $line-height-base !default;