Sha256: 30e81614a11883e695c3d61aabd399626bfbb34235e2b6b8e7d7f40d647af070
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
// // Brand Header // ---------------------------------------- .brand-header { width: 100%; position: relative; z-index: $z-index-header; .brandbar { min-height: building-units(7) - 4px; } .brandbar-minimized { height: 0; } .navbar { border-top: 4px solid $color-brand; min-height: building-units(6.5) + 4px; } @media (min-width: #{$grid-float-breakpoint}px) { &.fixed { .brandbar { margin-bottom: building-units(6.5); } .navbar { position: fixed; width: 100%; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/_brandheader.scss |