diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-24 14:04:37 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-27 12:12:42 +0100 |
commit | 0240da5c3249ee567c679b069c143858194ff142 (patch) | |
tree | 7c01b5f642be031793ec0bd7ecf1dcce005a4165 /client/src/sass/application.scss | |
parent | 51e028a94e79957a4ef6a620b9ef3c956064f05e (diff) | |
download | PeerTube-0240da5c3249ee567c679b069c143858194ff142.tar.gz PeerTube-0240da5c3249ee567c679b069c143858194ff142.tar.zst PeerTube-0240da5c3249ee567c679b069c143858194ff142.zip |
(css) transparent buttons in watch page
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 4 insertions, 2 deletions
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 { | |||
34 | --inputColor: #{$input-background-color}; | 34 | --inputColor: #{$input-background-color}; |
35 | --inputPlaceholderColor: #{$input-placeholder-color}; | 35 | --inputPlaceholderColor: #{$input-placeholder-color}; |
36 | 36 | ||
37 | --supportButtonBackgroundColor: #{$support-button}; | 37 | --actionButtonColor: #{$grey-foreground-color}; |
38 | --supportButtonColor: #{$white}; | 38 | --supportButtonBackgroundColor: #{transparent}; |
39 | --supportButtonColor: #{var(--actionButtonColor)}; | ||
40 | --supportButtonHeartColor: #{$support-button-heart}; | ||
39 | 41 | ||
40 | font-family: $main-fonts; | 42 | font-family: $main-fonts; |
41 | font-weight: $font-regular; | 43 | font-weight: $font-regular; |