Added logout in loading screen

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-10-27 17:08:26 +05:30
parent 8fb9365eaa
commit 1fa1496d7f
3 changed files with 14 additions and 0 deletions

View File

@@ -31,4 +31,13 @@
.loading__appname {
position: absolute;
bottom: var(--sp-normal);
}
.loading__logout {
position: absolute;
bottom: var(--sp-extra-tight);
right: var(--sp-extra-tight);
cursor: pointer;
.text {
color: var(--tc-link);
}
}