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:
@@ -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; }
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user