Sha256: 33d96b603d18f9d50997a1381912e289da87a072162951a089a13cc3945e032c
Contents?: true
Size: 548 Bytes
Versions: 9
Compression:
Stored size: 548 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: $primary; position: absolute; top: 50%; left: -.5rem; transform: translateY(-50%); } } } }
Version data entries
9 entries across 9 versions & 1 rubygems