]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
moved z-index for Magellan down so it doesn't conflict with clearing 1771/head
authorScott McCauley <scott@ascottmccauley.com>
Thu, 7 Mar 2013 16:03:35 +0000 (11:03 -0500)
committerScott McCauley <scott@ascottmccauley.com>
Thu, 7 Mar 2013 16:03:35 +0000 (11:03 -0500)
Also included variable for background color for my own devilish needs.

scss/foundation/components/_magellan.scss

index 0e5676c17d083f551e52a940902090fb127cd1ec..3c14affd6e84527a60854eeaf89dbfbd1385a53b 100644 (file)
@@ -1,8 +1,13 @@
+//
+// Magellan Variables
+//
+$magellan-bg: #fff !default;
+
 @if $include-html-classes {
 
   [data-magellan-expedition] {
-    background: #fff;
-    z-index: 999;
+    background: $magellan-bg;
+    z-index: 997;
     min-width: 100%;
     padding: 10px;