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.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 209fb1683..ee6b9219b 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -24,7 +24,7 @@ $control-bar-height: 34px;
24 24
25 .vjs-big-play-button { 25 .vjs-big-play-button {
26 outline: 0; 26 outline: 0;
27 font-size: 7em; 27 font-size: 6em;
28 28
29 $big-play-width: 1.5em; 29 $big-play-width: 1.5em;
30 $big-play-height: 1em; 30 $big-play-height: 1em;
@@ -340,7 +340,7 @@ $control-bar-height: 34px;
340 340
341 @media screen and (max-width: 550px) { 341 @media screen and (max-width: 550px) {
342 .vjs-big-play-button { 342 .vjs-big-play-button {
343 font-size: 6.5em; 343 font-size: 5em;
344 } 344 }
345 345
346 .vjs-webtorrent { 346 .vjs-webtorrent {
@@ -358,7 +358,7 @@ $control-bar-height: 34px;
358 } 358 }
359 359
360 .vjs-big-play-button { 360 .vjs-big-play-button {
361 font-size: 5em; 361 font-size: 4em;
362 } 362 }
363 363
364 .vjs-volume-control { 364 .vjs-volume-control {