toast errors and some styling

This commit is contained in:
Matt Hill
2021-07-13 23:43:39 -06:00
committed by Aiden McClelland
parent 529f7c1ef6
commit fbcaf3070e
43 changed files with 463 additions and 403 deletions

View File

@@ -73,6 +73,16 @@ ion-toast {
--border-color: var(--ion-color-warning);
}
.error-toast {
--border-color: var(--ion-color-danger);
width: 40%;
min-width: 400px;
--end: 8px;
right: 8px;
left: unset;
top: 64px;
}
.sublist-spinner {
text-align: center;
margin-top: 40px;