From: Sébastien GRAVIER Date: Tue, 24 Nov 2015 15:25:41 +0000 (+0100) Subject: add "!default" to _reveal.scss X-Git-Tag: v6.0.4~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c52c89fe489aab49d20d07b4cdeeeca68f32df;p=thirdparty%2Ffoundation%2Ffoundation-sites.git add "!default" to _reveal.scss --- diff --git a/scss/components/_reveal.scss b/scss/components/_reveal.scss index 4f91b1c4c..d17170b9f 100644 --- a/scss/components/_reveal.scss +++ b/scss/components/_reveal.scss @@ -36,7 +36,7 @@ $reveal-radius: $global-radius !default; /// z-index for modals. The overlay uses this value, while the modal itself uses this value plus one. /// @type Number -$reveal-zindex: 1005; +$reveal-zindex: 1005 !default; /// Background color of modal overlays. /// @type Color