From 23fdb239d7a1e440a5a33ad1edaf5b6018ac3dd7 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Mon, 14 Nov 2016 19:20:16 +0000 Subject: [PATCH] Correct box shadow description --- scss/components/_off-canvas.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/components/_off-canvas.scss b/scss/components/_off-canvas.scss index a7c2ea631..ef3afb971 100644 --- a/scss/components/_off-canvas.scss +++ b/scss/components/_off-canvas.scss @@ -18,6 +18,10 @@ $offcanvas-vertical-size: 250px !default; /// @type Color $offcanvas-background: $light-gray !default; +/// Box shadow for the off-canvas panel. +/// @type Shadow +$offcanvas-shadow: 0 0 10px rgba($black, 0.5) !default; + /// If `true`, an off-canvas panel will be fixed-position, and scroll with the screen. Otherwise it will be absolute positioned. /// @type Bool $offcanvas-fixed: true !default; @@ -57,10 +61,6 @@ $maincontent-class: 'off-canvas-content' !default; /// @type Color $maincontent-background: $body-background !default; -/// Box shadow thats applied to the main content (or to the off-canvas panel if overlap transition). -/// @type Shadow -$offcanvas-shadow: 0 0 10px rgba($black, 0.5) !default; - /// Adds baseline styles for off-canvas. This CSS is required to make the other pieces work. @mixin off-canvas-basics { // Extra properties needed on and to make off-canvas work -- 2.47.2