aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/colors.scss
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-26 22:09:27 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-26 22:09:27 +0200
commit04c169c56da24ecd694521989d039ec0e7d29b49 (patch)
treecacf7d03f6f4e256a76b1ac3078a040c2c14c547 /src/styles/colors.scss
parentRemove share popup (diff)
downloadferdium-app-04c169c56da24ecd694521989d039ec0e7d29b49.tar.gz
ferdium-app-04c169c56da24ecd694521989d039ec0e7d29b49.tar.zst
ferdium-app-04c169c56da24ecd694521989d039ec0e7d29b49.zip
Fix random logout issues
Diffstat (limited to 'src/styles/colors.scss')
-rw-r--r--src/styles/colors.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/colors.scss b/src/styles/colors.scss
index 80c2fb633..d89d42b9e 100644
--- a/src/styles/colors.scss
+++ b/src/styles/colors.scss
@@ -1,6 +1,7 @@
1@import "./type-helper"; 1@import "./type-helper";
2 2
3$theme-brand-primary: convert-rgb-string-to-color($raw-theme-brand-primary); 3$theme-brand-primary: convert-rgb-string-to-color($raw-theme-brand-primary);
4$theme-brand-gradient: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
4$theme-brand-success: convert-rgb-string-to-color($raw-theme-brand-success); 5$theme-brand-success: convert-rgb-string-to-color($raw-theme-brand-success);
5$theme-brand-info: convert-rgb-string-to-color($raw-theme-brand-info); 6$theme-brand-info: convert-rgb-string-to-color($raw-theme-brand-info);
6$theme-brand-warning: convert-rgb-string-to-color($raw-theme-brand-warning); 7$theme-brand-warning: convert-rgb-string-to-color($raw-theme-brand-warning);