aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss13
1 files changed, 13 insertions, 0 deletions
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
255 } 255 }
256 } 256 }
257 257
258 &.action-button-support {
259 color: var(--supportButtonColor);
260 background-color: var(--supportButtonBackgroundColor);
261
262 &:hover {
263 opacity: 0.9;
264 }
265
266 my-global-icon {
267 @include apply-svg-color(var(--supportButtonColor));
268 }
269 }
270
258 &.action-button-save { 271 &.action-button-save {
259 my-global-icon { 272 my-global-icon {
260 top: 0 !important; 273 top: 0 !important;