Sha256: 20addc2d3bc6201907199a63722f539372a46cc5d59555fc8854cbe7c5f92273
Contents?: true
Size: 518 Bytes
Versions: 38
Compression:
Stored size: 518 Bytes
Contents
@theme(sc-regular-size) { $theme.slider { overflow: visible; .track { position: absolute; top: 50%; height: 5px; left: 0px; right: 0px; 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
38 entries across 38 versions & 2 rubygems