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 9d2a86776..468649975 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -140,3 +140,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 8805b909e..da7ec8c0e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -791,6 +791,7 @@ $modal-header-border-width: $modal-content-border-width !default; $modal-footer-border-width: $modal-header-border-width !default; $modal-header-padding: 15px !default; +$modal-xl: 1200px !default; $modal-lg: 800px !default; $modal-md: 500px !default; $modal-sm: 300px !default; |
