From 41a676db3989fe3eca91301ac5f5aea30d98654a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Aug 2018 17:39:29 +0200 Subject: Add features table on signup --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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 @@ } &.action-button-like.activated { - background-color: #39CC0B; + background-color: $green; .icon-like { background-image: url('../../../assets/images/video/like-white.svg'); @@ -234,7 +234,7 @@ } &.action-button-dislike.activated { - background-color: #FF0000; + background-color: $red; .icon-dislike { background-image: url('../../../assets/images/video/dislike-white.svg'); -- cgit v1.2.3