summaryrefslogtreecommitdiff
path: root/source/bower_components/foundation/scss/foundation/components/_magellan.scss
diff options
context:
space:
mode:
Diffstat (limited to 'source/bower_components/foundation/scss/foundation/components/_magellan.scss')
-rw-r--r--source/bower_components/foundation/scss/foundation/components/_magellan.scss34
1 files changed, 34 insertions, 0 deletions
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;
+ }
+ }
+ }
+
+ }
+}