mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #21118 from Elliot-Evans-95/v4-dev
renamed modal-title-padding to modal-header-padding
This commit is contained in:
commit
7124388fdb
@ -75,7 +75,7 @@
|
|||||||
// Modal header
|
// Modal header
|
||||||
// Top section of the modal w/ title and dismiss
|
// Top section of the modal w/ title and dismiss
|
||||||
.modal-header {
|
.modal-header {
|
||||||
padding: $modal-title-padding;
|
padding: $modal-header-padding;
|
||||||
border-bottom: $modal-header-border-width solid $modal-header-border-color;
|
border-bottom: $modal-header-border-width solid $modal-header-border-color;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
}
|
}
|
||||||
|
@ -756,7 +756,6 @@ $modal-inner-padding: 15px !default;
|
|||||||
$modal-dialog-margin: 10px !default;
|
$modal-dialog-margin: 10px !default;
|
||||||
$modal-dialog-sm-up-margin-y: 30px !default;
|
$modal-dialog-sm-up-margin-y: 30px !default;
|
||||||
|
|
||||||
$modal-title-padding: 15px !default;
|
|
||||||
$modal-title-line-height: $line-height-base !default;
|
$modal-title-line-height: $line-height-base !default;
|
||||||
|
|
||||||
$modal-content-bg: #fff !default;
|
$modal-content-bg: #fff !default;
|
||||||
@ -771,6 +770,7 @@ $modal-header-border-color: #e5e5e5 !default;
|
|||||||
$modal-footer-border-color: $modal-header-border-color !default;
|
$modal-footer-border-color: $modal-header-border-color !default;
|
||||||
$modal-header-border-width: $modal-content-border-width !default;
|
$modal-header-border-width: $modal-content-border-width !default;
|
||||||
$modal-footer-border-width: $modal-header-border-width !default;
|
$modal-footer-border-width: $modal-header-border-width !default;
|
||||||
|
$modal-header-padding: 15px !default;
|
||||||
|
|
||||||
$modal-lg: 900px !default;
|
$modal-lg: 900px !default;
|
||||||
$modal-md: 600px !default;
|
$modal-md: 600px !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user