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/sass/include | |
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/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index f629dc23e..0cec9c412 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -14,6 +14,8 @@ $grey-foreground-hover-color: #303030; | |||
14 | $orange-color: #F1680D; | 14 | $orange-color: #F1680D; |
15 | $orange-hover-color: #F97D46; | 15 | $orange-hover-color: #F97D46; |
16 | 16 | ||
17 | $support-button: #38981a; | ||
18 | |||
17 | $bg-color: #fff; | 19 | $bg-color: #fff; |
18 | $fg-color: #000; | 20 | $fg-color: #000; |
19 | 21 | ||
@@ -68,11 +70,17 @@ $variables: ( | |||
68 | --mainHoverColor: var(--mainHoverColor), | 70 | --mainHoverColor: var(--mainHoverColor), |
69 | --mainBackgroundColor: var(--mainBackgroundColor), | 71 | --mainBackgroundColor: var(--mainBackgroundColor), |
70 | --mainForegroundColor: var(--mainForegroundColor), | 72 | --mainForegroundColor: var(--mainForegroundColor), |
73 | |||
71 | --menuBackgroundColor: var(--menuBackgroundColor), | 74 | --menuBackgroundColor: var(--menuBackgroundColor), |
72 | --menuForegroundColor: var(--menuForegroundColor), | 75 | --menuForegroundColor: var(--menuForegroundColor), |
73 | --submenuColor: var(--submenuColor), | 76 | --submenuColor: var(--submenuColor), |
77 | |||
74 | --inputColor: var(--inputColor), | 78 | --inputColor: var(--inputColor), |
75 | --inputPlaceholderColor: var(--inputPlaceholderColor), | 79 | --inputPlaceholderColor: var(--inputPlaceholderColor), |
80 | |||
81 | --supportButtonColor: var(--supportButtonColor), | ||
82 | --supportButtonBackgroundColor: var(--supportButtonBackgroundColor), | ||
83 | |||
76 | --embedForegroundColor: var(--embedForegroundColor), | 84 | --embedForegroundColor: var(--embedForegroundColor), |
77 | --embedBigPlayBackgroundColor: var(--embedBigPlayBackgroundColor) | 85 | --embedBigPlayBackgroundColor: var(--embedBigPlayBackgroundColor) |
78 | ); | 86 | ); |