Commit b2e88d13 authored by Chris Rebert's avatar Chris Rebert
Browse files

add & use @modal-md Less var for uniformity

parent 0ef8d1ba
Showing with 2 additions and 1 deletion
+2 -1
...@@ -124,7 +124,7 @@ ...@@ -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 @@ ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment