frontend: logout and add sitekey

This commit is contained in:
realaravinth
2021-04-30 17:30:40 +05:30
parent a5cfa3b305
commit 6e63771868
17 changed files with 255 additions and 104 deletions

View File

@@ -126,6 +126,10 @@ main {
margin: auto 20px;
}
.task-bar__icon {
color: $light-text;
}
.task-bar__icon:hover {
cursor: grab;
}