2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

remove sprites vars, change zindex vars

This commit is contained in:
Mark Otto
2012-11-30 15:23:13 -08:00
parent 12a00f62a9
commit 01421ecd62
8 changed files with 12 additions and 31 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: @zindexModalBackdrop;
z-index: @zindex-modal-background;
background-color: @black;
// Fade for backdrop
&.fade { opacity: 0; }
@@ -25,7 +25,7 @@
position: fixed;
top: 10%;
left: 50%;
z-index: @zindexModal;
z-index: @zindex-modal;
width: 560px;
margin-left: -280px;
background-color: #fff;