18 lines
313 B
CSS
18 lines
313 B
CSS
body {
|
|
margin: 0px;
|
|
}
|
|
.fa-chromecast:before {
|
|
font-size: 1.2em;
|
|
}
|
|
.vjs-button {
|
|
cursor:pointer;
|
|
}
|
|
.vjs-big-chromecast {
|
|
position: absolute !important;
|
|
font-size: 3rem !important;
|
|
height: 4rem !important;
|
|
width: 4rem !important;
|
|
top: 1rem !important;
|
|
right: 1rem !important;
|
|
}
|