Sha256: b89e614fa3f0664fa43fa5d40d46b46d5cc2745817ada9dce0f97346a2a7332c
Contents?: true
Size: 819 Bytes
Versions: 18
Compression:
Stored size: 819 Bytes
Contents
// main layout body > header { height: steps(5); position: relative; z-index: 10; } body > aside, main { position: relative; min-height: 100%; } main { display: block; /* as of now, not all rendering engines recognize the main element as a block */ position: relative; padding: 0 steps(3) steps(4) steps(3); z-index: 1; body[data-layout-features~="sidebar"].side-compact > & { padding-left: steps(4 + 3); } body[data-layout-features~="sidebar"]:not(.side-compact) > & { padding-left: steps(20 + 3); } > header { border-bottom: 1px solid $color-border-light; margin-bottom: -1px; padding: steps(1) 0; @include clear-inside; > nav { float: left; } } }
Version data entries
18 entries across 18 versions & 1 rubygems