Sha256: 1d2c59672cc3cf660b5c83aabc6b72bd4712a5b3d93bc4d6cf38c5fbc9711f9b
Contents?: true
Size: 493 Bytes
Versions: 4
Compression:
Stored size: 493 Bytes
Contents
@theme(sc-small-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: 14px; height: 16px; top: 50%; margin-top: -7px; @include slice("knob.png"); } &.active { .sc-handle { @include slice("knob_active.png"); } } } }
Version data entries
4 entries across 4 versions & 1 rubygems