mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
better connection messaging
This commit is contained in:
committed by
Aiden McClelland
parent
fc506c387f
commit
e0478ba46c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user