]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add & use @modal-md Less var for uniformity
authorChris Rebert <code@rebertia.com>
Thu, 16 Jan 2014 02:53:22 +0000 (18:53 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 16 Jan 2014 02:53:22 +0000 (18:53 -0800)
less/modals.less
less/variables.less

index f6ab34769b02fb5cee8834e9d277f01dbdc38407..e7f3d726e8d612c4f93869f18338fef5ef044712 100644 (file)
 
   // Automatically set modal's width for larger viewports
   .modal-dialog {
-    width: 600px;
+    width: @modal-md;
     margin: 30px auto;
   }
   .modal-content {
index 106a734577a0cace1a7733247debca31ccde3e34..0484eb15ee7a46838a5c233c36c0df11aa049fd1 100644 (file)
 @modal-footer-border-color:   @modal-header-border-color;
 
 @modal-lg:                    900px;
+@modal-md:                    600px;
 @modal-sm:                    300px;