Skip to content

Commit

Permalink
Merge pull request #21118 from Elliot-Evans-95/v4-dev
Browse files Browse the repository at this point in the history
renamed modal-title-padding to modal-header-padding
  • Loading branch information
mdo authored Nov 23, 2016
2 parents ec47fee + 7f05cb9 commit 7124388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
padding: $modal-title-padding;
padding: $modal-header-padding;
border-bottom: $modal-header-border-width solid $modal-header-border-color;
@include clearfix;
}
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ $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;

$modal-content-bg: #fff !default;
Expand All @@ -771,6 +770,7 @@ $modal-header-border-color: #e5e5e5 !default;
$modal-footer-border-color: $modal-header-border-color !default;
$modal-header-border-width: $modal-content-border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-header-padding: 15px !default;

$modal-lg: 900px !default;
$modal-md: 600px !default;
Expand Down

0 comments on commit 7124388

Please sign in to comment.