rangetouch
Version:
A super tiny library to make input type='range' sliders work better on touch devices
17 lines (14 loc) • 421 B
text/less
// ==========================================================================
// Examples
// ==========================================================================
.example {
position: relative;
text-align: left;
label {
display: inline-block;
margin-bottom: (@padding-base / 3);
.font-size(12);
font-weight: @font-weight-bold;
text-transform: uppercase;
}
}