aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/peertube-skin.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-22 10:02:32 +0200
committerChocobozzz <me@florianbigard.com>2019-08-22 10:02:32 +0200
commit79a899410fdf6d7d4fcb22f05314c9ed3fc5d591 (patch)
treefe896dd8905d4a102aebdf25ea38b4325a824d24 /client/src/sass/player/peertube-skin.scss
parent6e44fb37634ce1280b5ff03e2d367f2eaa334272 (diff)
downloadPeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.tar.gz
PeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.tar.zst
PeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.zip
Cleanup SASS imports
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r--client/src/sass/player/peertube-skin.scss6
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 996024ade..1a5144b11 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
5body {
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;