Sha256: b1744d3336a2d04d27aff2478f0aa09282fd48a29a25165964041d010396b13c

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

//
// 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; }
    }
  }

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zurb-foundation-4.1.2 scss/foundation/components/_magellan.scss
zurb-foundation-4.1.1 scss/foundation/components/_magellan.scss