Add loading and error messages to login page

This commit is contained in:
2024-11-23 00:46:30 -05:00
parent 9b48fc0204
commit 930618dcad
3 changed files with 31 additions and 2 deletions

View File

@ -12,6 +12,7 @@ $play-grad-start: #0a0533;
$play-grad-end: $accent-color;
$border-color: #7851ed;
$queue-background-color: $play-bar-background-color;
$error-color: red;
$auth-inputs: #796dd4;
$auth-containers: white;