messengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscord
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.
25 lines
476 B
25 lines
476 B
9 years ago
|
.#{$prefix}slider {
|
||
|
outline: none; // prevent dotted outline in firefox when focused
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.#{$prefix}slider-inner {
|
||
|
position:relative;
|
||
|
left:0;
|
||
|
top:0;
|
||
|
overflow:visible;
|
||
|
.#{$prefix}slider-vert & {
|
||
|
background: repeat-y 0 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.#{$prefix}slider-thumb {
|
||
|
position: absolute;
|
||
|
background: no-repeat 0 0;
|
||
|
.#{$prefix}slider-horz & {
|
||
|
left: 0;
|
||
|
}
|
||
|
.#{$prefix}slider-vert & {
|
||
|
bottom: 0;
|
||
|
}
|
||
|
}
|