]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correct box shadow description
authorBrett Mason <brettsmason@gmail.com>
Mon, 14 Nov 2016 19:20:16 +0000 (19:20 +0000)
committerBrett Mason <brettsmason@gmail.com>
Mon, 14 Nov 2016 19:20:16 +0000 (19:20 +0000)
scss/components/_off-canvas.scss

index a7c2ea631726855dc3d9c8c690a423ee461ccf85..ef3afb97143d13f54874e6c37d5e20234dcc27b2 100644 (file)
@@ -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 <html> and <body> to make off-canvas work