Sha256: 8bf414ec758f46e6f3ec59ac088004555d4725082f0e7b087b8fc87bbe2df7df
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
@theme(sc-regular-size) { $theme.slider { overflow: visible; .track { position: absolute; top: 50%; height: 5px; left: 0; right: 0; margin-top: -2px; @include slices("../track.png", $left: 3, $right: 3); } .sc-handle { display: block; position: absolute; width: 16px; height: 18px; top: 50%; margin-top: -8px; @include slice("knob.png"); } &.active { .sc-handle { @include slice("knob_active.png"); } } } }
Version data entries
4 entries across 4 versions & 1 rubygems