mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Merge pull request #12249 from twbs/modal-md
add & use @modal-md Less var for uniformity
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
// Automatically set modal's width for larger viewports
|
// Automatically set modal's width for larger viewports
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 600px;
|
width: @modal-md;
|
||||||
margin: 30px auto;
|
margin: 30px auto;
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
@@ -561,6 +561,7 @@
|
|||||||
@modal-footer-border-color: @modal-header-border-color;
|
@modal-footer-border-color: @modal-header-border-color;
|
||||||
|
|
||||||
@modal-lg: 900px;
|
@modal-lg: 900px;
|
||||||
|
@modal-md: 600px;
|
||||||
@modal-sm: 300px;
|
@modal-sm: 300px;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user