Sha256: 5e1f0001af89f1ce908f6cad645ba8a04edc4dfe094a8d8ef2752b24a6878092
Contents?: true
Size: 586 Bytes
Versions: 19
Compression:
Stored size: 586 Bytes
Contents
/*************** Nav List ***************/ .table-of-contents { &.fixed { position: fixed; } li { padding: 2px 0; } a { display: inline-block; font-weight: 300; color: #757575; padding-left: 20px; height: 1.5rem; line-height: 1.5rem; letter-spacing: .4; display: inline-block; &:hover { color: lighten(#757575, 20%); padding-left: 19px; border-left: 1px solid $primary-color; } &.active { font-weight: 500; padding-left: 18px; border-left: 2px solid $primary-color; } } }
Version data entries
19 entries across 18 versions & 3 rubygems