From 2fcc2294974dacef3c83928abf0f299e8ae12cd2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 Dec 2019 20:10:27 +0100 Subject: Test a color for the support button --- .../src/app/videos/+video-watch/video-watch.component.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 2e7131067..80d01b7ce 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -255,6 +255,19 @@ $player-factor: 1.7; // 16/9 } } + &.action-button-support { + color: var(--supportButtonColor); + background-color: var(--supportButtonBackgroundColor); + + &:hover { + opacity: 0.9; + } + + my-global-icon { + @include apply-svg-color(var(--supportButtonColor)); + } + } + &.action-button-save { my-global-icon { top: 0 !important; -- cgit v1.2.3