diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
1 files changed, 2 insertions, 2 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 6b18dc88a..9bd510c9f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -226,7 +226,7 @@ | |||
226 | } | 226 | } |
227 | 227 | ||
228 | &.action-button-like.activated { | 228 | &.action-button-like.activated { |
229 | background-color: #39CC0B; | 229 | background-color: $green; |
230 | 230 | ||
231 | .icon-like { | 231 | .icon-like { |
232 | background-image: url('../../../assets/images/video/like-white.svg'); | 232 | background-image: url('../../../assets/images/video/like-white.svg'); |
@@ -234,7 +234,7 @@ | |||
234 | } | 234 | } |
235 | 235 | ||
236 | &.action-button-dislike.activated { | 236 | &.action-button-dislike.activated { |
237 | background-color: #FF0000; | 237 | background-color: $red; |
238 | 238 | ||
239 | .icon-dislike { | 239 | .icon-dislike { |
240 | background-image: url('../../../assets/images/video/dislike-white.svg'); | 240 | background-image: url('../../../assets/images/video/dislike-white.svg'); |