Sha256: 2913b48527b2ddd8b2879fabc628f717e7b69fe840a8ecd96ed9942ab6d73838
Contents?: true
Size: 741 Bytes
Versions: 16
Compression:
Stored size: 741 Bytes
Contents
.list-style-toggle-holder { @include media($tn-bp-mobile) { display: none; } padding: 5px !important; } .list-style-toggle { border: 1px solid $tn-med-grey; background: #fff; font-size: 20px; a { @include transition(all 0.2s ease-in); display: block; float: left; padding: 5px 10px; background: $tn-light-grey; color: $tn-dark-grey; text-align: center; &:first-child { padding-right: 12px; border-right: 1px solid $tn-med-grey; } &.active { background: #fff; color: $tn-primary-text; } &:hover { color: $tn-black; text-decoration: none; } i { display: inline-block; width: 20px; text-align: center; } } }
Version data entries
16 entries across 16 versions & 1 rubygems