10 lines
154 B
SCSS
10 lines
154 B
SCSS
.player {
|
|
height: 80vh;
|
|
width: 100%;
|
|
background-color: black;
|
|
|
|
.vjs-big-play-centered .vjs-big-play-button {
|
|
z-index: 99999 !important;
|
|
}
|
|
}
|