diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-28 15:33:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-28 15:33:45 +0100 |
commit | 22b59e8099947605085cf65a440f07f37fce6b65 (patch) | |
tree | 0ce6c7d64a28468f9bb0ae4b4282bbf2421e5d83 /client/src/sass/video-js-custom.scss | |
parent | d7137ad5fb31d6d740406ce7aa22529a4d36c760 (diff) | |
download | PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.tar.gz PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.tar.zst PeerTube-22b59e8099947605085cf65a440f07f37fce6b65.zip |
Add messages about privacy concerns (P2P)
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 30 |
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 { |