diff options
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; |
