1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 16:51:54 +02:00

more media query mixins

This commit is contained in:
Mark Otto
2014-09-17 21:56:27 -07:00
parent 44f948ad53
commit 47bef3c6a0
6 changed files with 20 additions and 21 deletions

View File

@@ -130,7 +130,7 @@
}
// Scale up the modal
@media (min-width: @screen-sm-min) {
.media-sm({
// Automatically set modal's width for larger viewports
.modal-dialog {
width: @modal-md;
@@ -142,8 +142,8 @@
// Modal sizes
.modal-sm { width: @modal-sm; }
}
});
@media (min-width: @screen-md-min) {
.media-sm({
.modal-lg { width: @modal-lg; }
}
});