Added logout in loading screen
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
8fb9365eaa
commit
1fa1496d7f
3 changed files with 14 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue