2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #12249 from twbs/modal-md

add & use @modal-md Less var for uniformity
This commit is contained in:
Mark Otto
2014-01-18 14:28:45 -08:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
// Automatically set modal's width for larger viewports
.modal-dialog {
width: 600px;
width: @modal-md;
margin: 30px auto;
}
.modal-content {
+1
View File
@@ -561,6 +561,7 @@
@modal-footer-border-color: @modal-header-border-color;
@modal-lg: 900px;
@modal-md: 600px;
@modal-sm: 300px;