summaryrefslogtreecommitdiffstats
path: root/core/css/css-variables.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-05 16:06:01 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 19:20:51 +0200
commit4dd9490490d260e9523d4be22272d54b21843bb7 (patch)
tree14624b9c476864d4cdfdfde3a7d03c7357dbd58b /core/css/css-variables.scss
parentf2cc3a1ab6b173a87f2fa7a7e40d470acc6aaec4 (diff)
downloadnextcloud-server-4dd9490490d260e9523d4be22272d54b21843bb7.tar.gz
nextcloud-server-4dd9490490d260e9523d4be22272d54b21843bb7.zip
RGBA and variables fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r--core/css/css-variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss
index 00725f94e1e..0a12ac4b2a6 100644
--- a/core/css/css-variables.scss
+++ b/core/css/css-variables.scss
@@ -13,19 +13,20 @@
--color-primary-text: $color-primary-text;
--color-primary-text-dark: $color-primary-text-dark;
--color-primary-element: $color-primary-element;
+ --color-primary-element-light: $color-primary-element-light;
--color-error: $color-error;
--color-warning: $color-warning;
--color-success: $color-success;
--color-text-maxcontrast: $color-text-maxcontrast;
+ --color-text-light: $color-text-light;
--color-text-lighter: $color-text-lighter;
- --color-text-details: $color-text-details;
--image-logo: $image-logo;
--image-login-background: $image-login-background;
- --color-loading: $color-loading;
+ --color-loading-light: $color-loading-light;
--color-loading-dark: $color-loading-dark;
--color-box-shadow: $color-box-shadow;