33 lines
663 B
CSS
33 lines
663 B
CSS
.Toastify__progress-bar--success {
|
|
background: #10be59 !important;
|
|
}
|
|
|
|
.Toastify__toast--success .Toastify__toast-icon svg path {
|
|
fill: #10be59 !important;
|
|
}
|
|
|
|
.Toastify__progress-bar--error {
|
|
background: #f13e5f !important;
|
|
}
|
|
|
|
.Toastify__toast--error .Toastify__toast-icon svg path {
|
|
fill: #f13e5f !important;
|
|
}
|
|
|
|
.Toastify__progress-bar--success {
|
|
background: #10be59 !important;
|
|
}
|
|
|
|
.Toastify__toast--success .Toastify__toast-icon svg path {
|
|
fill: #10be59 !important;
|
|
}
|
|
|
|
.Toastify__toast {
|
|
background: #292929 !important;
|
|
color: var(--color-liquid-white);
|
|
}
|
|
|
|
.Toastify__toast > button > svg {
|
|
fill: var(--color-liquid-white);
|
|
}
|