2017-12-12 04:38:02 -06:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
2017-07-23 07:49:52 -05:00
|
|
|
@import '~video.js/dist/video-js.css';
|
|
|
|
@import '~videojs-dock/dist/videojs-dock.css';
|
|
|
|
@import '../../sass/video-js-custom.scss';
|
|
|
|
|
|
|
|
video {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fill the entire space */
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
|
|
|
|
|
|
|
|
.video-js.vjs-peertube-skin {
|
2017-07-23 07:49:52 -05:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2017-07-23 08:30:57 -05:00
|
|
|
overflow: hidden;
|
2017-07-23 07:49:52 -05:00
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
.vjs-poster {
|
|
|
|
background-size: 100% auto;
|
|
|
|
}
|
2017-12-11 03:26:29 -06:00
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
.vjs-peertube-link {
|
2018-03-01 12:02:51 -06:00
|
|
|
@include disable-outline;
|
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: $font-size;
|
|
|
|
line-height: $control-bar-height;
|
|
|
|
transition: all .4s;
|
|
|
|
font-weight: $font-semibold;
|
2018-03-01 12:02:51 -06:00
|
|
|
padding-right: 5px;
|
2017-12-11 03:26:29 -06:00
|
|
|
}
|
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
.vjs-peertube-link:hover {
|
|
|
|
text-shadow: 0 0 1em #fff;
|
2017-12-11 03:26:29 -06:00
|
|
|
}
|
|
|
|
|
2017-12-20 02:43:51 -06:00
|
|
|
@media screen and (max-width: 350px) {
|
|
|
|
.vjs-play-control {
|
|
|
|
padding: 0 5px !important;
|
|
|
|
width: 25px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-volume-control {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-volume-panel {
|
|
|
|
width: 26px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-peertube-link {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-12-11 03:26:29 -06:00
|
|
|
}
|
2017-07-23 07:49:52 -05:00
|
|
|
}
|