diff options
| author | Juan Carlos González Cabrero <[email protected]> | 2016-05-17 15:14:07 +0200 |
|---|---|---|
| committer | Juan Carlos González Cabrero <[email protected]> | 2017-01-28 18:26:55 +0100 |
| commit | 95dffb327990a0690aec1719b2efbb91dfbb7c4b (patch) | |
| tree | 6fe0d8834c2a905dc15c96d98cd9a5375c8339af /scss | |
| parent | cfb25f6995160d1ba03da23c3a01446844f45fec (diff) | |
| download | bootstrap-95dffb327990a0690aec1719b2efbb91dfbb7c4b.tar.xz bootstrap-95dffb327990a0690aec1719b2efbb91dfbb7c4b.zip | |
Add new extra large size for modal containers
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; |
