Sha256: 11db2f5d8dfc0517c027c494f136f59e89f6496fc59db781407d27030f07f2ce
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 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; } .table__link-plain { color: inherit; &:hover { color: inherit; } }
Version data entries
3 entries across 3 versions & 1 rubygems