diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:02:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:33:57 +0200 |
commit | 122dbb5705a4b9c5d495f13a41a29bc74a8e542d (patch) | |
tree | 22815f0fa7a6be8fa4aa61ce04d583c7618727ff /client/src/sass/player/peertube-skin.scss | |
parent | eddd920987fb8e4ae8c7ad2ada8a10a452e451d8 (diff) | |
download | PeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.tar.gz PeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.tar.zst PeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.zip |
Cleanup SASS imports
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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; |