Sha256: 930233535df2d9fd07c3638563a1fa9f40b1be4a4d57590ef6806658504a4f63
Contents?: true
Size: 795 Bytes
Versions: 6
Compression:
Stored size: 795 Bytes
Contents
.sidebar { flex: 0 0 280px; height: 100%; overflow-y: auto; &-logo { align-items: center; display: flex; height: 6em; justify-content: space-between; padding: 0 1em; img { display: block; height: 80%; padding-top: 1em; } &-heading { color: $grey-0; font-size: 1.6em; } } &-list { @include fill-parent; } a { @include fill-parent; border-bottom-left-radius: 4px; border-top-left-radius: 4px; color: $grey-0; display: block; padding: 0.5em 1em; transition: background-color 0.05s linear; &.active { @include card(1); background-color: $sidebar-active-color; } &:hover { @include card(1); background-color: $sidebar-hover-color; } } }
Version data entries
6 entries across 6 versions & 1 rubygems