From: Scott McCauley Date: Thu, 7 Mar 2013 16:03:35 +0000 (-0500) Subject: moved z-index for Magellan down so it doesn't conflict with clearing X-Git-Tag: v4.0.5~18^2^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1771%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git moved z-index for Magellan down so it doesn't conflict with clearing Also included variable for background color for my own devilish needs. --- 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;