foundation
Version:
You may also want to checkout:
24 lines (18 loc) • 397 B
text/stylus
//
// Magellan Variables
//
$include-html-magellan-classes ?= $include-html-classes;
$magellan-bg ?= #fff;
$magellan-padding ?= 10px;
if $include-html-magellan-classes != false {
[data-magellan-expedition] {
background: $magellan-bg;
z-index: 50;
min-width: 100%;
padding: $magellan-padding;
.sub-nav {
margin-bottom: 0;
dd { margin-bottom: 0; }
}
}
}