feat(Toasts) Adding toasts

This commit is contained in:
2022-04-10 17:32:22 -04:00
parent 8c06fdd120
commit 4322be0053
29 changed files with 478 additions and 100 deletions
+10 -1
View File
@@ -14,6 +14,7 @@
</Router>
<EntityDialogPortal/>
<ToastPortal/>
<style>
a {
@@ -30,7 +31,15 @@
:root {
/* Duplicate Code, to deal with cache issues. See wwwroot/css/app.css for proper :root */
--severity-warning-color: #2a2000;
--severity-warning-border-color: #755c13;
--severity-error-color: #290102;
--severity-error-border-color: #4C2C33;
--severity-information-color: #030129;
--severity-information-border-color: #2c3a4c;
--severity-success-color: #042901;
--severity-success-border-color: #2E4C2C;
--accent: #432462;
--primary: #4308a3;
--primary-border: #2c0b62;