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