diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 18:25:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-28 10:54:02 +0200 |
commit | 8cbc40b2fe9d36ef0505b9441276ca561342e9e9 (patch) | |
tree | 5777288d76c0926f5b4484e2689d0fe741462a36 /client/src/sass/player/stats.scss | |
parent | fa12eacc014aae8094d108634371640f2695bf9f (diff) | |
download | PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.tar.gz PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.tar.zst PeerTube-8cbc40b2fe9d36ef0505b9441276ca561342e9e9.zip |
Move to sass module
Diffstat (limited to 'client/src/sass/player/stats.scss')
-rw-r--r-- | client/src/sass/player/stats.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/player/stats.scss b/client/src/sass/player/stats.scss index 18b3f0413..0e337aa19 100644 --- a/client/src/sass/player/stats.scss +++ b/client/src/sass/player/stats.scss | |||
@@ -1,4 +1,6 @@ | |||
1 | @use './_player-variables'; | 1 | @use '_variables' as *; |
2 | @use '_mixins' as *; | ||
3 | @use './_player-variables' as *; | ||
2 | 4 | ||
3 | $stats-width: 420px; | 5 | $stats-width: 420px; |
4 | $contextmenu-background-color: rgba(0, 0, 0, 0.6); | 6 | $contextmenu-background-color: rgba(0, 0, 0, 0.6); |
@@ -6,7 +8,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6); | |||
6 | .video-js { | 8 | .video-js { |
7 | 9 | ||
8 | .vjs-stats-content { | 10 | .vjs-stats-content { |
9 | @include transition(opacity 0.1s); | 11 | transition: opacity 0.1s; |
10 | 12 | ||
11 | position: absolute; | 13 | position: absolute; |
12 | background-color: $contextmenu-background-color; | 14 | background-color: $contextmenu-background-color; |