Sha256: 9712b9c6c6a45b37b7c205e84f8cd98e9fb40c3afe1da2d4d8e58ece1a99636f
Contents?: true
Size: 704 Bytes
Versions: 22
Compression:
Stored size: 704 Bytes
Contents
.cell-label { padding-top: 0.15em; &:hover { a { color: $action-color; } svg { fill: $action-color; transform: rotate(180deg); } } a { color: inherit; display: inline-block; transition: color $base-duration $base-timing; width: 100%; } } .cell-label--asc, .cell-label--desc { font-weight: $bold-font-weight; } .cell-label__sort-indicator { float: right; margin-left: 5px; svg { fill: $hint-grey; height: 13px; transition: transform $base-duration $base-timing; width: 13px; } } .cell-label__sort-indicator--desc { transform: rotate(180deg); } .cell-data--number, .cell-label--number { text-align: right; }
Version data entries
22 entries across 22 versions & 3 rubygems