Sha256: 09f9e864a6def36a6785cc5da59a186917c6720b64a2810cfc30bf4bdee63e00
Contents?: true
Size: 402 Bytes
Versions: 8
Compression:
Stored size: 402 Bytes
Contents
.collection-data { @include padding(null $base-spacing); } .table__row { background-color: $white; border-left: 2px solid transparent; transition: background-color $base-duration $base-timing; &:hover { background-color: $base-background-color; border-left-color: $blue; cursor: pointer; } img { max-height: 2em; } } .table__action--destroy { color: $light-red; }
Version data entries
8 entries across 8 versions & 1 rubygems