2021-02-23 01:33:00 +08:00
|
|
|
@import "../../../stylesheets/variables/_all";
|
|
|
|
|
|
|
|
%baseIndicator {
|
|
|
|
width: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
%baseIndicatorLabel {
|
|
|
|
font-size: var(--font-size-base);
|
|
|
|
margin: 0 0 0 0.5rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
max-width: 20vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider {
|
|
|
|
@extend %baseIndicator;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
bottom: 3.5em;
|
2021-03-06 04:06:50 +08:00
|
|
|
left: 1em;
|
2022-01-04 01:05:40 +08:00
|
|
|
padding: 0.25rem 0.5rem;
|
2021-02-23 01:33:00 +08:00
|
|
|
min-width: 200px;
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
border-radius: 32px;
|
|
|
|
|
|
|
|
i {
|
|
|
|
color: white;
|
|
|
|
transition: 0.5s;
|
|
|
|
font-size: 200%;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-08-06 04:03:43 +08:00
|
|
|
z-index: 2;
|
2021-02-23 01:33:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.volumeSlider {
|
2021-03-06 04:06:50 +08:00
|
|
|
width: 100%;
|
2021-04-28 03:44:05 +08:00
|
|
|
|
|
|
|
cursor: pointer;
|
2021-02-23 01:33:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.volume {
|
2021-03-06 04:06:50 +08:00
|
|
|
margin-right: 0.5em;
|
2021-04-28 03:44:05 +08:00
|
|
|
|
|
|
|
cursor: pointer;
|
2021-02-23 01:33:00 +08:00
|
|
|
}
|