Files
LiquidCode_Frontend/src/styles/toast.css
Виталий Лавшонок b949837e13 group posts
2025-11-16 00:03:07 +03:00

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);
}