feat: Rework login page & appState initialization

This commit is contained in:
Aleksi Lassila
2024-04-09 21:20:23 +03:00
parent b5e7e4deff
commit 914e9faccc
11 changed files with 162 additions and 83 deletions

View File

@@ -50,6 +50,14 @@ html[data-useragent*="Tizen"] .selectable {
border-width: 2px;
}
.selected {
@apply outline-none outline-0 border-2 border-highlight-foreground;
}
.unselected {
@apply outline-none outline-0 border-2 border-transparent;
}
.peer-selectable {
@apply peer-focus-visible:outline outline-2 outline-[#f0cd6dc2] outline-offset-2;
}