Sha256: 0648a3339bb029f5497a8e02ff094ac0a9c1ac5ccc0a4210a07d6b800dd059d7
Contents?: true
Size: 802 Bytes
Versions: 4
Compression:
Stored size: 802 Bytes
Contents
.cell-label { &: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 { a { color: $base-font-color; } } .cell-data--number, .cell-label--number { text-align: right; } .cell-data--red { color: $red; a { color: inherit; } }
Version data entries
4 entries across 4 versions & 1 rubygems