diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-03 20:10:27 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-03 20:10:27 +0100 |
commit | 2fcc2294974dacef3c83928abf0f299e8ae12cd2 (patch) | |
tree | 5517cc391de2b8c80d3b1c956966edbe9e130d80 /client/src/app/videos | |
parent | 64ff48cb8d854f43884cd769d1eec71f6394cd77 (diff) | |
download | PeerTube-2fcc2294974dacef3c83928abf0f299e8ae12cd2.tar.gz PeerTube-2fcc2294974dacef3c83928abf0f299e8ae12cd2.tar.zst PeerTube-2fcc2294974dacef3c83928abf0f299e8ae12cd2.zip |
Test a color for the support button
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 13 |
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; |