diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 4 | ||||
-rw-r--r-- | client/src/sass/video-js-custom.scss | 6 |
2 files changed, 7 insertions, 3 deletions
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 { | |||
24 | color: #000; | 24 | color: #000; |
25 | } | 25 | } |
26 | 26 | ||
27 | strong { | ||
28 | font-weight: $font-semibold; | ||
29 | } | ||
30 | |||
27 | input.readonly { | 31 | input.readonly { |
28 | /* Force blank on readonly inputs */ | 32 | /* Force blank on readonly inputs */ |
29 | background-color: #fff !important; | 33 | 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; | |||
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 { |