custom notifications service

This commit is contained in:
2023-01-08 16:57:21 +01:00
parent c10e925445
commit 80f09b6f18
14 changed files with 187 additions and 163 deletions

View File

@@ -44,14 +44,6 @@ body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
z-index: 100;
}
.snackbar-success {
background: #BEFF33;
}
.snackbar-error {
background: #e7334b;
}
:root {
--avatar-size: 30px;
}