diff options
| author | Mark Otto <[email protected]> | 2018-07-07 16:16:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-07 16:16:43 -0700 |
| commit | 5ad1049622fa409cd9ddf51a3f0f8a5c9d0c2483 (patch) | |
| tree | 1369a9f5c3c31b6e3426c6010ec7f893e1641ad2 /scss | |
| parent | cfc9c85b322bc72b80c0d2398a65febe5bb875b6 (diff) | |
| parent | a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4 (diff) | |
| download | bootstrap-5ad1049622fa409cd9ddf51a3f0f8a5c9d0c2483.tar.xz bootstrap-5ad1049622fa409cd9ddf51a3f0f8a5c9d0c2483.zip | |
Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into malkomich-v4-dev
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_modal.scss | 4 | ||||
| -rw-r--r-- | scss/_variables.scss | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index fea811237..f3c535180 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -166,3 +166,7 @@ @include media-breakpoint-up(lg) { .modal-lg { max-width: $modal-lg; } } + +@include media-breakpoint-up(xl) { + .modal-xl { max-width: $modal-xl; } +} diff --git a/scss/_variables.scss b/scss/_variables.scss index 6531a934f..44c85e5f4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -810,6 +810,7 @@ $modal-header-border-width: $modal-content-border-width !default; $modal-footer-border-width: $modal-header-border-width !default; $modal-header-padding: 1rem !default; +$modal-xl: 1140px !default; $modal-lg: 800px !default; $modal-md: 500px !default; $modal-sm: 300px !default; |
