2021-05-13 09:15:40 +00:00
|
|
|
body {
|
|
|
|
margin: 0px;
|
2023-07-07 19:47:13 +00:00
|
|
|
height: 100%;
|
2021-05-13 09:15:40 +00:00
|
|
|
}
|
2023-07-07 19:47:13 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2021-05-21 11:41:34 +00:00
|
|
|
.vjs-button {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
2022-02-05 22:39:23 +00:00
|
|
|
.vjs-big-download {
|
2022-03-13 09:08:47 +00:00
|
|
|
color: white;
|
2022-02-05 22:39:23 +00:00
|
|
|
position: absolute !important;
|
|
|
|
font-size: 3rem !important;
|
|
|
|
height: 4rem !important;
|
|
|
|
width: 4rem !important;
|
|
|
|
top: 5rem !important;
|
|
|
|
right: 1rem !important;
|
|
|
|
}
|
2021-05-19 13:54:42 +00:00
|
|
|
.vjs-big-chromecast {
|
2022-03-13 09:08:47 +00:00
|
|
|
color: white;
|
2021-05-19 13:54:42 +00:00
|
|
|
position: absolute !important;
|
|
|
|
font-size: 3rem !important;
|
|
|
|
height: 4rem !important;
|
|
|
|
width: 4rem !important;
|
|
|
|
top: 1rem !important;
|
|
|
|
right: 1rem !important;
|
|
|
|
}
|