We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b43482d + d8f493d commit 687fe1aCopy full SHA for 687fe1a
modals.less
@@ -124,7 +124,7 @@
124
125
// Automatically set modal's width for larger viewports
126
.modal-dialog {
127
- width: 600px;
+ width: @modal-md;
128
margin: 30px auto;
129
}
130
.modal-content {
variables.less
@@ -561,6 +561,7 @@
561
@modal-footer-border-color: @modal-header-border-color;
562
563
@modal-lg: 900px;
564
+@modal-md: 600px;
565
@modal-sm: 300px;
566
567
0 commit comments