summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-09 08:58:10 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-09 09:16:17 +0530
commitf449ff2ac1dcda4ebd11d3eb66f896eedab3b3c9 (patch)
treee5262f59d8d46b3255b49ab1e8e5009347cd9c03 /src/styles
parentUpgrade 'electron-builder' to '23.3.1' (diff)
downloadferdium-app-f449ff2ac1dcda4ebd11d3eb66f896eedab3b3c9.tar.gz
ferdium-app-f449ff2ac1dcda4ebd11d3eb66f896eedab3b3c9.tar.zst
ferdium-app-f449ff2ac1dcda4ebd11d3eb66f896eedab3b3c9.zip
Add hint text to go back to welcome screen from the login screen (fixes #449)
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/auth.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/auth.scss b/src/styles/auth.scss
index 710cfe10b..33e3a4a78 100644
--- a/src/styles/auth.scss
+++ b/src/styles/auth.scss
@@ -126,6 +126,10 @@
126 } 126 }
127 } 127 }
128 128
129 .auth__help {
130 padding: 5% 2%;
131 }
132
129 .auth__adlk { 133 .auth__adlk {
130 bottom: 15px; 134 bottom: 15px;
131 position: absolute; 135 position: absolute;