mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
toast errors and some styling
This commit is contained in:
committed by
Aiden McClelland
parent
529f7c1ef6
commit
fbcaf3070e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user