devroom.io/content/css/zurb-foundation/foundation/components/_magellan.scss
2013-06-07 14:35:24 +02:00

21 lines
344 B
SCSS

//
// Magellan Variables
//
$magellan-bg: #fff !default;
$magellan-padding: 10px !default;
@if $include-html-magellan-classes {
[data-magellan-expedition] {
background: $magellan-bg;
z-index: 50;
min-width: 100%;
padding: $magellan-padding;
.sub-nav {
margin-bottom: 0;
dd { margin-bottom: 0; }
}
}
}