diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:28:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:28:45 -0800 |
| commit | b32d92ef716f08cf36c646a08a3e3215acf8db5f (patch) | |
| tree | 30b3b4ae843fa9f47218d55deed9b3aab1fe63e4 | |
| parent | 9c9a2f3e08309145f86264687d267db347102cb7 (diff) | |
| parent | cfe38a424102881b2af7db455a3d32e34ccca6e2 (diff) | |
| download | bootstrap-b32d92ef716f08cf36c646a08a3e3215acf8db5f.tar.xz bootstrap-b32d92ef716f08cf36c646a08a3e3215acf8db5f.zip | |
Merge pull request #12249 from twbs/modal-md
add & use @modal-md Less var for uniformity
| -rw-r--r-- | less/modals.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 1 |
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 d9147eb59..e431f47b3 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; |
