aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-24 17:21:25 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-31 11:35:19 +0200
commit441e453ae53e491b09c9b09b00b041788176ce64 (patch)
tree6104afc6b8344b39ec95211ed236ed784895d65d /client/src/sass
parentedbc9325462ddf4536775871ebc25e06f46612d1 (diff)
downloadPeerTube-441e453ae53e491b09c9b09b00b041788176ce64.tar.gz
PeerTube-441e453ae53e491b09c9b09b00b041788176ce64.tar.zst
PeerTube-441e453ae53e491b09c9b09b00b041788176ce64.zip
Add abuse message management in admin
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss1
-rw-r--r--client/src/sass/include/_variables.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index be510c08f..7ed900574 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -32,6 +32,7 @@ body {
32 --secondaryColor: #{$secondary-color}; 32 --secondaryColor: #{$secondary-color};
33 33
34 --greyForegroundColor: #{$grey-foreground-color}; 34 --greyForegroundColor: #{$grey-foreground-color};
35 --greyBackgroundColor: #{$grey-background-color};
35 36
36 --menuBackgroundColor: #{$menu-background}; 37 --menuBackgroundColor: #{$menu-background};
37 --menuForegroundColor: #{$menu-color}; 38 --menuForegroundColor: #{$menu-color};
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index 7b95bb8cc..130462b89 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -92,6 +92,7 @@ $variables: (
92 --secondaryColor: var(--secondaryColor), 92 --secondaryColor: var(--secondaryColor),
93 93
94 --greyForegroundColor: var(--greyForegroundColor), 94 --greyForegroundColor: var(--greyForegroundColor),
95 --greyBackgroundColor: var(--greyBackgroundColor),
95 96
96 --menuBackgroundColor: var(--menuBackgroundColor), 97 --menuBackgroundColor: var(--menuBackgroundColor),
97 --menuForegroundColor: var(--menuForegroundColor), 98 --menuForegroundColor: var(--menuForegroundColor),