rangetouch
Version:
A super tiny library to make input type='range' sliders work better on touch devices
10 lines (9 loc) • 315 B
text/less
// ==========================================================================
// Alerts
// ==========================================================================
.alert {
padding: (@padding-base / 2) (@padding-base * .75);
background: @orange;
border-radius: @border-radius-base;
color: #fff;
}