updated 'error' and ' success' toast colors to be always red and green, no matter the app
This commit is contained in:
parent
f0c51915b2
commit
d1df30b56e
@ -84,11 +84,11 @@ $toast-width: 400px;
|
||||
}
|
||||
|
||||
.toast-success {
|
||||
background-color: var(--iqser-green-2);
|
||||
background-color: #5ce594;
|
||||
}
|
||||
|
||||
.toast-error {
|
||||
background-color: var(--iqser-red-1);
|
||||
background-color: #dd4d50;
|
||||
color: var(--iqser-white);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user