refactor loaders, better err toasts, rework Embassy tab organization

This commit is contained in:
Matt Hill
2021-07-20 16:57:20 -06:00
committed by Aiden McClelland
parent b19bde96cd
commit 1d777b18b3
58 changed files with 492 additions and 610 deletions

View File

@@ -73,6 +73,10 @@ ion-toast {
--border-color: var(--ion-color-warning);
}
.success-toast {
--border-color: var(--ion-color-success);
}
.error-toast {
--border-color: var(--ion-color-danger);
width: 40%;