30 lines
548 B
CSS
30 lines
548 B
CSS
body {
|
|
margin: 0px;
|
|
height: 100%;
|
|
}
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
.vjs-button {
|
|
cursor:pointer;
|
|
}
|
|
.vjs-big-download {
|
|
color: white;
|
|
position: absolute !important;
|
|
font-size: 3rem !important;
|
|
height: 4rem !important;
|
|
width: 4rem !important;
|
|
top: 5rem !important;
|
|
right: 1rem !important;
|
|
}
|
|
.vjs-big-chromecast {
|
|
color: white;
|
|
position: absolute !important;
|
|
font-size: 3rem !important;
|
|
height: 4rem !important;
|
|
width: 4rem !important;
|
|
top: 1rem !important;
|
|
right: 1rem !important;
|
|
}
|