aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.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/auth.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/auth.scss')
-rw-r--r--src/styles/auth.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/auth.scss b/src/styles/auth.scss
index 0a075036a..cbc720559 100644
--- a/src/styles/auth.scss
+++ b/src/styles/auth.scss
@@ -27,7 +27,7 @@
27} 27}
28 28
29.auth { 29.auth {
30 background: $theme-brand-primary; 30 background: $theme-brand-gradient;
31 display: flex; 31 display: flex;
32 justify-content: center; 32 justify-content: center;
33 33