Sha256: db7cc664713b62c23cef4d54cd084c35f27b7911df656e788be3fec02aaaeead
Contents?: true
Size: 594 Bytes
Versions: 4
Compression:
Stored size: 594 Bytes
Contents
@theme(sc-jumbo-size) { $theme.slider { overflow: visible; .track { position: absolute; top: 50%; height: 7px; left: 0; right: 0; margin-top: -3.5px; @include slices("track.png", $left: 3, $right: 3); } .sc-slider-step-mark { height: 5px; margin-top: -3px; } .sc-handle { display: block; position: absolute; width: 27px; height: 27px; top: 50%; margin-top: -13.5px; margin-left: -13.5px; @include slice("knob.png"); } &.active { .sc-handle { @include slice("knob-active.png"); } } } }
Version data entries
4 entries across 4 versions & 1 rubygems