mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
make less files compile with strict maths in 1.4.0
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@
|
||||
right: 0;
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
z-index: @zindex-modal-background + 10;
|
||||
z-index: (@zindex-modal-background + 10);
|
||||
}
|
||||
|
||||
// Actual modal
|
||||
@@ -64,7 +64,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: @zindex-modal-background - 10;
|
||||
z-index: (@zindex-modal-background - 10);
|
||||
background-color: #000;
|
||||
// Fade for backdrop
|
||||
&.fade { .opacity(0); }
|
||||
|
||||
Reference in New Issue
Block a user