better connection messaging

This commit is contained in:
Matt Hill
2021-07-12 11:55:24 -06:00
committed by Aiden McClelland
parent fc506c387f
commit e0478ba46c
9 changed files with 46 additions and 30 deletions

View File

@@ -61,15 +61,18 @@
height: 100%;
}
.notification-toast {
ion-toast {
--background: var(--ion-color-light);
--button-color: var(--ion-color-dark);
--border-color: var(--ion-color-warning);
--border-style: solid;
--border-width: 1px;
--color: white;
}
.warning-toast {
--border-color: var(--ion-color-warning);
}
.sublist-spinner {
text-align: center;
margin-top: 40px;