Sha256: 95a80919567ad0711f5234c67d8fa044f811ca982bb39e9d1445a5b3ef943d35
Contents?: true
Size: 597 Bytes
Versions: 16
Compression:
Stored size: 597 Bytes
Contents
$width: 2rem !default; $time: 125ms !default; 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
16 entries across 16 versions & 1 rubygems