diff options
-rw-r--r-- | client/src/sass/video-js-custom.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index f77447e97..88bc0cfdf 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -441,6 +441,25 @@ $setting-transition-easing: ease-out; | |||
441 | } | 441 | } |
442 | } | 442 | } |
443 | 443 | ||
444 | @media screen and (max-width: 750px) { | ||
445 | .vjs-dock-text { | ||
446 | font-size: 16px; | ||
447 | } | ||
448 | |||
449 | .vjs-dock-description { | ||
450 | font-size: 10px; | ||
451 | } | ||
452 | |||
453 | .vjs-big-play-button { | ||
454 | font-size: 5em; | ||
455 | border-width: 5px; | ||
456 | |||
457 | .vjs-icon-placeholder::before { | ||
458 | @include big-play-button-triangle-size(32px); | ||
459 | } | ||
460 | } | ||
461 | } | ||
462 | |||
444 | @media screen and (max-width: 570px) { | 463 | @media screen and (max-width: 570px) { |
445 | .vjs-dock-text { | 464 | .vjs-dock-text { |
446 | font-size: 14px; | 465 | font-size: 14px; |