stream/assets/styles/video-player.scss

26 lines
313 B
SCSS
Raw Normal View History

2021-03-04 23:10:20 +00:00
#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;
}