Sha256: c7b1f268087ab034123c9d08916724cb5fc1a101b979fd9170184b29598d53d3
Contents?: true
Size: 784 Bytes
Versions: 9
Compression:
Stored size: 784 Bytes
Contents
$theme.collection { background: white; &.alternating .sc-collection-item.even { background: #eef3f6; } &.alternating .sc-collection-item.even.sel, .sc-collection-item.sel { color: white; background: #608AB9; } /* Collection items that are the target of an SC.DROP_ON operation. */ &.alternating .sc-collection-item.even.drop-target, .sc-collection-item.drop-target { color: white; background: #bcd7ec; } } $theme.sc-list-insertion-point { overflow: visible; background-color: #9ABAC9; z-index: 1000; } $theme.sc-list-insertion-point > .anchor { position: absolute; width: 8px; top: -3px; left: -4px; height: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #9ABAC9; }
Version data entries
9 entries across 9 versions & 1 rubygems