Sha256: a8fb05927a0d45d15294bbcf2d35e17aebfa82b6c621d3c72128f54b3e38d24e
Contents?: true
Size: 746 Bytes
Versions: 68
Compression:
Stored size: 746 Bytes
Contents
.list-style-toggle-holder { @include media($mobile-breakpoint) { 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
68 entries across 67 versions & 1 rubygems