From 386ee03022c8871c7b5c20075a7ff50d4cd3ebb8 Mon Sep 17 00:00:00 2001 From: Scott McCauley Date: Thu, 7 Mar 2013 11:03:35 -0500 Subject: [PATCH] moved z-index for Magellan down so it doesn't conflict with clearing Also included variable for background color for my own devilish needs. --- scss/foundation/components/_magellan.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_magellan.scss b/scss/foundation/components/_magellan.scss index 0e5676c17..3c14affd6 100644 --- a/scss/foundation/components/_magellan.scss +++ b/scss/foundation/components/_magellan.scss @@ -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; -- 2.47.3