bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/external-video-player/volume-slider/styles.scss

48 lines
715 B
SCSS
Raw Normal View History

@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;
padding: 0.25rem 0.5rem;
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;
}
.volumeSlider {
2021-03-06 04:06:50 +08:00
width: 100%;
cursor: pointer;
}
.volume {
2021-03-06 04:06:50 +08:00
margin-right: 0.5em;
cursor: pointer;
}