Sha256: 7a354cfbf22238340295942a3489d2ed0611c4ab1fc82e3260851154da16e061
Contents?: true
Size: 604 Bytes
Versions: 30
Compression:
Stored size: 604 Bytes
Contents
$width: 2rem !default; $time: 125ms !default; .index-table { tr { transition: top $time ease-in-out, transform $time ease-in-out; } tr[dragging] { transition: transform $time ease-in-out; filter: drop-shadow(0 0 0.5rem var(--row-border-color)); transform: scale(1.01); td { box-shadow: none; } } th.ordinal { width: $width; padding-left: 0; a { width: $width; height: 3rem; } a::after { right: 0; } } td.ordinal { width: $width; padding-left: 0; cursor: grab; text-align: center; } }
Version data entries
30 entries across 30 versions & 1 rubygems