mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
23 lines
418 B
SCSS
Executable File
23 lines
418 B
SCSS
Executable File
//
|
|
// Magellan Variables
|
|
//
|
|
$include-html-magellan-classes: $include-html-classes !default;
|
|
|
|
$magellan-bg: #fff !default;
|
|
$magellan-padding: 10px !default;
|
|
|
|
@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; }
|
|
}
|
|
}
|
|
|
|
} |