From 122dbb5705a4b9c5d495f13a41a29bc74a8e542d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Aug 2019 10:02:32 +0200 Subject: Cleanup SASS imports --- client/src/sass/player/_player-variables.scss | 6 ------ client/src/sass/player/peertube-skin.scss | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/sass/player') 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%); $progress-margin: 10px; $assets-path: '../../assets/' !default; - -body { - --embedForegroundColor: #{$primary-foreground-color}; - - --embedBigPlayBackgroundColor: #{$primary-background-color}; -} 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 @@ @import '_mixins'; @import './_player-variables'; +body { + --embedForegroundColor: #{$primary-foreground-color}; + + --embedBigPlayBackgroundColor: #{$primary-background-color}; +} + @mixin big-play-button-triangle-size($triangle-size) { width: $triangle-size; height: $triangle-size; -- cgit v1.2.3