stream/assets/styles/video-player.scss
2021-03-05 00:10:20 +01:00

26 lines
313 B
SCSS

#placeholder,
#video-wrapper,
.video-player {
width: 100vw;
height: 100vh;
// background-color: aquamarine;
}
#video-wrapper {
z-index: 1;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
cursor: none;
&.active {
cursor: pointer;
}
}
.video-player {
pointer-events: none;
}