diff options
Diffstat (limited to 'client/src/sass/player')
-rw-r--r-- | client/src/sass/player/_player-variables.scss | 6 | ||||
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/client/src/sass/player/_player-variables.scss b/client/src/sass/player/_player-variables.scss index 4e9e8736c..0c2359ac7 100644 --- a/client/src/sass/player/_player-variables.scss +++ b/client/src/sass/player/_player-variables.scss | |||
@@ -11,9 +11,3 @@ $slider-bg-color: lighten($primary-background-color, 33%); | |||
11 | $progress-margin: 10px; | 11 | $progress-margin: 10px; |
12 | 12 | ||
13 | $assets-path: '../../assets/' !default; | 13 | $assets-path: '../../assets/' !default; |
14 | |||
15 | body { | ||
16 | --embedForegroundColor: #{$primary-foreground-color}; | ||
17 | |||
18 | --embedBigPlayBackgroundColor: #{$primary-background-color}; | ||
19 | } | ||
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 039cf7e00..4bf48a570 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -2,6 +2,12 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | @import './_player-variables'; | 3 | @import './_player-variables'; |
4 | 4 | ||
5 | body { | ||
6 | --embedForegroundColor: #{$primary-foreground-color}; | ||
7 | |||
8 | --embedBigPlayBackgroundColor: #{$primary-background-color}; | ||
9 | } | ||
10 | |||
5 | @mixin big-play-button-triangle-size($triangle-size) { | 11 | @mixin big-play-button-triangle-size($triangle-size) { |
6 | width: $triangle-size; | 12 | width: $triangle-size; |
7 | height: $triangle-size; | 13 | height: $triangle-size; |