Sha256: 4681e8df9dc1a6ae6a13e7aafb2cc2e8eb3d2aa6d6e399e2c473c3eea46491f7
Contents?: true
Size: 785 Bytes
Versions: 3
Compression:
Stored size: 785 Bytes
Contents
@import "../config"; .root { display: flex; width: $sidebar-width; flex-direction: column; background-color: $color-background; } .list { @include no-webkit-scrollbar; flex-grow: 1; overflow-y: auto; } .item { padding: $sidebar-v-padding $sidebar-h-padding; > span > span { font-size: $font-size-normal; font-weight: $font-weight-semi-bold; } } .active { background: $color-divider; } .footer { flex-grow: 0; padding: $sidebar-h-padding; overflow: hidden; font-size: $font-size-small; color: $color-text-secondary; border-top: $sidebar-footer-border; > * { display: block; } .relative { position: relative; } .absolute{ position: absolute; top: 50%; margin-top: -2 * $unit; margin-left: 1 * $unit; } }
Version data entries
3 entries across 3 versions & 1 rubygems