aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r--client/src/sass/video-js-custom.scss30
1 files changed, 28 insertions, 2 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 8b6d54b22..75630dd63 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -1,4 +1,4 @@
1// Thanks: https://github.com/zanechua/videojs-sublime-inspired-skin 1@charset "utf-8";// Thanks: https://github.com/zanechua/videojs-sublime-inspired-skin
2$primary-foreground-color: #fff; 2$primary-foreground-color: #fff;
3$primary-background-color: #000; 3$primary-background-color: #000;
4$font-size: 13px; 4$font-size: 13px;
@@ -8,6 +8,28 @@ $control-bar-height: 34px;
8 font-size: $font-size; 8 font-size: $font-size;
9 color: $primary-foreground-color; 9 color: $primary-foreground-color;
10 10
11 .vjs-dock-text {
12 padding-right: 10px;
13 }
14
15 .vjs-dock-description {
16 font-size: 11px;
17
18 &:before, &:after {
19 display: inline-block;
20 content: '\1F308';
21 }
22
23 &:before {
24 margin-right: 4px;
25 }
26
27 &:after {
28 margin-left: 4px;
29 transform: scale(-1, 1);
30 }
31 }
32
11 .vjs-button > .vjs-icon-placeholder::before { 33 .vjs-button > .vjs-icon-placeholder::before {
12 line-height: $control-bar-height; 34 line-height: $control-bar-height;
13 } 35 }
@@ -354,7 +376,11 @@ $control-bar-height: 34px;
354 376
355 @media screen and (max-width: 300px) { 377 @media screen and (max-width: 300px) {
356 .vjs-dock-text { 378 .vjs-dock-text {
357 font-size: 1em; 379 font-size: 13px;
380 }
381
382 .vjs-dock-description {
383 font-size: 9px;
358 } 384 }
359 385
360 .vjs-big-play-button { 386 .vjs-big-play-button {