mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
Extract $modal-dialog-sm-up-margin-y variable
[skip sauce] [skip validator]
This commit is contained in:
parent
819b0179f0
commit
e1be284d0c
2 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue