2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+1 -1
View File
@@ -40,7 +40,7 @@
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
margin: $modal-dialog-margin;
}
// Actual modal
+2
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;