You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
395 B

.#{$namespace}slider-cell{
position:relative;
>.#{$namespace}slider-handle{
z-index:z("default");
}
>.#{$namespace}slider-left,>.#{$namespace}slider-right{
z-index:0;
position:absolute;
top:0;
bottom:0;
}
>.#{$namespace}slider-left{
left:0;
}
>.#{$namespace}slider-right{
right:z("default")-1;
}
}