Sha256: bfb595d256c8f076579a5bed2ab52c3942cb72c52a529b955dd16afe32980773
Contents?: true
Size: 280 Bytes
Versions: 4
Compression:
Stored size: 280 Bytes
Contents
.table__row { background-color: $white; border-left: 2px solid transparent; transition: $base-transition; &:hover { background-color: $base-background-color; border-left-color: $blue; cursor: pointer; } } .table__action--destroy { color: $error-color; }
Version data entries
4 entries across 4 versions & 1 rubygems