Sha256: 9cee0f86de2b4a6123fe8cf9e8d1c83dd650a36c72cf9aa3de5cddbe8f7c3a92
Contents?: true
Size: 846 Bytes
Versions: 19
Compression:
Stored size: 846 Bytes
Contents
body.admin { position: relative; min-height: 100%; background: $color-light-dark; &.dashboard { #container { padding: 0 0 0 250px; #title-bar { padding: 0 0 0 275px; } } } > header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; z-index: 99; } > aside { position: fixed; top: 0; width: 250px; height: 100%; margin-top: 60px; z-index: 9; &#nav { left: 0; } &#activity { right: 0; } } #container { position: relative; margin: 60px 0; padding: 0 250px; z-index: 0; #page-content { padding: 72px 25px 50px 25px; section { position: relative; padding: 25px; background: $color-light; border: 1px solid $color-light-dark; } } } }
Version data entries
19 entries across 19 versions & 1 rubygems