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.

53 lines
923 B

@import "~common/stylesheet/index";
.player {
.progress_bar {
width: 160px;
}
.speed {
display: flex;
align-items: center;
padding: 0 12px;
white-space: nowrap;
&:hover {
background-color: $color-shadow;
}
.range {
position: relative;
height: 16px;
width: 60px;
margin-left: 8px;
.range_label_container {
display: none;
}
.range_track {
top: 50%;
height: 6px;
margin-top: -3px;
background-color: $theme-light;
cursor: pointer;
display: block;
position: relative;
}
.range_slider {
top: 0;
width: 6px;
height: 12px;
margin-left: -3px;
margin-top: -3px;
appearance: none;
background-color: $color-font;
cursor: pointer;
display: block;
position: absolute;
}
}
}
}