From 07fa4c97ca50b83b0bee9230da97d02401b4e05f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 20 Feb 2018 16:13:05 +0100 Subject: Add support to video support on client --- client/src/sass/application.scss | 4 ++++ client/src/sass/video-js-custom.scss | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 80dd3408f..f04aef85d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -24,6 +24,10 @@ body { color: #000; } +strong { + font-weight: $font-semibold; +} + input.readonly { /* Force blank on readonly inputs */ background-color: #fff !important; 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; .vjs-big-play-button { outline: 0; - font-size: 7em; + font-size: 6em; $big-play-width: 1.5em; $big-play-height: 1em; @@ -340,7 +340,7 @@ $control-bar-height: 34px; @media screen and (max-width: 550px) { .vjs-big-play-button { - font-size: 6.5em; + font-size: 5em; } .vjs-webtorrent { @@ -358,7 +358,7 @@ $control-bar-height: 34px; } .vjs-big-play-button { - font-size: 5em; + font-size: 4em; } .vjs-volume-control { -- cgit v1.2.3