File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/widget/_slide.scss
/**
* Price filter widget
*/
.widget_price_filter {
margin-bottom: 50px !important;
.price_slider {
margin: 1em 0 2em;
}
.price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: 0.8751em;
.button {
font-size: 1.15em;
}
.button {
float: left;
}
}
.ui-slider {
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: $theme-color;
border-radius: 1em;
cursor: ew-resize;
outline: none;
top: -.3em;
//&:last-child {
margin-left: -.5em;
//}
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: $theme-color;
}
.price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #cccccc;
border: 0;
}
.ui-slider-horizontal {
height: .5em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
}