diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 9f64f7426..81bbfa43a 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -28,13 +28,18 @@ body { | |||
28 | --mainColor: #{$main-color}; | 28 | --mainColor: #{$main-color}; |
29 | --mainColorLighter: #{$main-color-lighter}; | 29 | --mainColorLighter: #{$main-color-lighter}; |
30 | --mainColorLightest: #{$main-color-lightest}; | 30 | --mainColorLightest: #{$main-color-lightest}; |
31 | |||
31 | --mainHoverColor: #{$main-hover-color}; | 32 | --mainHoverColor: #{$main-hover-color}; |
33 | --mainBackgroundHoverColor: #{$main-background-hover-color}; | ||
34 | |||
32 | --mainBackgroundColor: #{$bg-color}; | 35 | --mainBackgroundColor: #{$bg-color}; |
33 | --mainForegroundColor: #{$fg-color}; | 36 | --mainForegroundColor: #{$fg-color}; |
37 | |||
34 | --secondaryColor: #{$secondary-color}; | 38 | --secondaryColor: #{$secondary-color}; |
35 | 39 | ||
36 | --greyForegroundColor: #{$grey-foreground-color}; | 40 | --greyForegroundColor: #{$grey-foreground-color}; |
37 | --greyBackgroundColor: #{$grey-background-color}; | 41 | --greyBackgroundColor: #{$grey-background-color}; |
42 | --greySecondaryBackgroundColor: #{$grey-background-hover-color}; | ||
38 | 43 | ||
39 | --menuBackgroundColor: #{$menu-background}; | 44 | --menuBackgroundColor: #{$menu-background}; |
40 | --menuForegroundColor: #{$menu-color}; | 45 | --menuForegroundColor: #{$menu-color}; |
@@ -51,6 +56,7 @@ body { | |||
51 | --markdownTextareaBackgroundColor: #{$markdown-textarea-background-color}; | 56 | --markdownTextareaBackgroundColor: #{$markdown-textarea-background-color}; |
52 | 57 | ||
53 | --actionButtonColor: #{$grey-foreground-color}; | 58 | --actionButtonColor: #{$grey-foreground-color}; |
59 | |||
54 | --supportButtonBackgroundColor: #{transparent}; | 60 | --supportButtonBackgroundColor: #{transparent}; |
55 | --supportButtonColor: #{pvar(--actionButtonColor)}; | 61 | --supportButtonColor: #{pvar(--actionButtonColor)}; |
56 | --supportButtonHeartColor: #{$support-button-heart}; | 62 | --supportButtonHeartColor: #{$support-button-heart}; |
@@ -312,7 +318,7 @@ table { | |||
312 | } | 318 | } |
313 | 319 | ||
314 | .form-group-description { | 320 | .form-group-description { |
315 | @extend .text-muted; | 321 | @extend .muted !optional; |
316 | 322 | ||
317 | font-size: 90%; | 323 | font-size: 90%; |
318 | margin-top: 10px; | 324 | margin-top: 10px; |