]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/player/mobile.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / mobile.scss
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
2a19a1e4
C
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 }
931d3430 16}