1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Add new extra large size for modal containers

This commit is contained in:
Juan Carlos González Cabrero
2016-05-17 15:14:07 +02:00
parent cfb25f6995
commit 95dffb3279
3 changed files with 35 additions and 1 deletions

View File

@@ -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; }
}