From 0240da5c3249ee567c679b069c143858194ff142 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 24 Dec 2019 14:04:37 +0100 Subject: (css) transparent buttons in watch page --- client/src/sass/application.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 751f101ed..9877a07d5 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -34,8 +34,10 @@ body { --inputColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; - --supportButtonBackgroundColor: #{$support-button}; - --supportButtonColor: #{$white}; + --actionButtonColor: #{$grey-foreground-color}; + --supportButtonBackgroundColor: #{transparent}; + --supportButtonColor: #{var(--actionButtonColor)}; + --supportButtonHeartColor: #{$support-button-heart}; font-family: $main-fonts; font-weight: $font-regular; -- cgit v1.2.3