From 7cc7910df63d19e7ebc67bb1156437f0559712d7 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 12:25:47 +0200 Subject: add foundation via bower --- .../scss/foundation/components/_magellan.scss | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/bower_components/foundation/scss/foundation/components/_magellan.scss (limited to 'source/bower_components/foundation/scss/foundation/components/_magellan.scss') diff --git a/source/bower_components/foundation/scss/foundation/components/_magellan.scss b/source/bower_components/foundation/scss/foundation/components/_magellan.scss new file mode 100644 index 0000000..fb10c7d --- /dev/null +++ b/source/bower_components/foundation/scss/foundation/components/_magellan.scss @@ -0,0 +1,34 @@ +// Foundation by ZURB +// foundation.zurb.com +// Licensed under MIT Open Source + +@import "global"; + +// +// @variables +// +$include-html-magellan-classes: $include-html-classes !default; + +$magellan-bg: $white !default; +$magellan-padding: 10px !default; + +@include exports("magellan") { + @if $include-html-magellan-classes { + + #{data('magellan-expedition')}, #{data('magellan-expedition-clone')} { + background: $magellan-bg; + z-index: 50; + min-width: 100%; + padding: $magellan-padding; + + .sub-nav { + margin-bottom: 0; + dd { margin-bottom: 0; } + a { + line-height: 1.8em; + } + } + } + + } +} -- cgit v1.2.1