aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-15 18:53:22 -0800
committerChris Rebert <[email protected]>2014-01-15 18:53:22 -0800
commitb2e88d1359606ddf0a052d245db79ef70bd68dcd (patch)
tree73564ac9921ef369919acd59bbeed14fb4e38d40
parent0ef8d1bad4cb146961c32a063f12a87116214d9e (diff)
downloadbootstrap-b2e88d1359606ddf0a052d245db79ef70bd68dcd.tar.xz
bootstrap-b2e88d1359606ddf0a052d245db79ef70bd68dcd.zip
add & use @modal-md Less var for uniformity
-rw-r--r--less/modals.less2
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less
index f6ab34769..e7f3d726e 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -124,7 +124,7 @@
// Automatically set modal's width for larger viewports
.modal-dialog {
- width: 600px;
+ width: @modal-md;
margin: 30px auto;
}
.modal-content {
diff --git a/less/variables.less b/less/variables.less
index 106a73457..0484eb15e 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -561,6 +561,7 @@
@modal-footer-border-color: @modal-header-border-color;
@modal-lg: 900px;
+@modal-md: 600px;
@modal-sm: 300px;