Split player sass file
[oweals/peertube.git] / client / src / sass / player / mobile.scss
1 @import '_variables';
2 @import '_mixins';
3
4 /* Special mobile style */
5
6 .video-js.vjs-peertube-skin.vjs-is-mobile {
7   .vjs-control-bar {
8     .vjs-progress-control .vjs-slider .vjs-play-progress {
9       // Always display the circle on mobile
10       &::before {
11         margin-top: -1px;
12         opacity: 1;
13       }
14     }
15   }
16 }