aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/stats.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/stats.scss')
-rw-r--r--client/src/sass/player/stats.scss6
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;