mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
Merge pull request #19205 from twbs/modal-dialog-margin
Extract new $modal-dialog-margin variable
This commit is contained in:
commit
819b0179f0
2 changed files with 3 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
.modal-dialog {
|
||||
position: relative;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
margin: $modal-dialog-margin;
|
||||
}
|
||||
|
||||
// Actual modal
|
||||
|
|
|
|||
|
|
@ -626,6 +626,8 @@ $label-font-weight: bold !default;
|
|||
// Padding applied to the modal body
|
||||
$modal-inner-padding: 15px !default;
|
||||
|
||||
$modal-dialog-margin: 10px !default;
|
||||
|
||||
$modal-title-padding: 15px !default;
|
||||
$modal-title-line-height: $line-height-base !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue