Extract new $modal-dialog-margin variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-02-15 23:10:38 -08:00
parent 48e02ebb8a
commit b35aa23453
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
margin: $modal-dialog-margin;
}
// Actual modal

View File

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