Sha256: 824f9c4384c0cf25a550c64b030e7ff429c5705e52629513849e16c9e3ba0b8d
Contents?: true
Size: 554 Bytes
Versions: 56
Compression:
Stored size: 554 Bytes
Contents
.conference-nav{ margin: 0; padding: 0; list-style: none; li{ padding: $global-padding * .5; a{ font-size: rem-calc(18); color: $muted; } &.is-active{ font-weight: $global-weight-bold; position: relative; &::before{ content: ""; display: inline-block; width: 5px; height: $list-lineheight * 1rem; background-color: var(--primary); position: absolute; top: 50%; left: -.5rem; transform: translateY(-50%); } } } }
Version data entries
56 entries across 56 versions & 1 rubygems