Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-07-08 02:16:43 +0300
committerMark Otto <markdotto@gmail.com>2018-07-08 02:16:43 +0300
commit5ad1049622fa409cd9ddf51a3f0f8a5c9d0c2483 (patch)
tree1369a9f5c3c31b6e3426c6010ec7f893e1641ad2 /scss/_modal.scss
parentcfc9c85b322bc72b80c0d2398a65febe5bb875b6 (diff)
parenta8b00ddc126fd5814799b2a77a1b6fe14d04ffb4 (diff)
Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into malkomich-v4-dev
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index fea8112371..f3c535180d 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; }
+}