acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
15 lines (12 loc) • 301 B
text/less
/* * * * * * * * * * * * * * * * * * * * *
SLIDER
* * * * * * * * * * * * * * * * * * * * */
.ant-slider-track {
background-color: @primary-color;
}
.ant-slider-handle {
border: solid 2px @primary-color;
}
.ant-slider:hover .ant-slider-handle {
border-color: fade(@primary-color, 60%);;
}