aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-11 01:16:08 -0700
committerMark Otto <[email protected]>2013-03-11 01:16:08 -0700
commitd0e1b56603a56abe94f99c30d94737dbe6ecae27 (patch)
treed8a39c791870de43a4c3a12c8d66efeae393eccc /less/modals.less
parentd344ca4475ce305f799e5899f9abd0d91a52536b (diff)
parent5054c17ab86948a4885c35165b0802e5e60d1ee6 (diff)
downloadbootstrap-d0e1b56603a56abe94f99c30d94737dbe6ecae27.tar.xz
bootstrap-d0e1b56603a56abe94f99c30d94737dbe6ecae27.zip
Merge pull request #7181 from lukeapage/3.0.0-wip
make less files compile with strict maths in 1.4.0
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less
index 076c39be3..9d9baccea 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -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); }