master
mahdi 3 years ago
parent 06cf881ffb
commit 0a0f4a246d
  1. 13
      src/components/sweetAlertToast/SweetAlert.css
  2. 1
      src/components/sweetAlertToast/SweetToast.js

@ -6,19 +6,18 @@
margin-top: 0px !important; margin-top: 0px !important;
} }
.swal2-timer-progress-bar-container { .swal2-timer-progress-bar-container {
background-color: var(--error-color7) !important; /* background-color: var(--error-color7) !important;
direction: ltr !important; direction: ltr !important; */
} }
.swal2-timer-progress-bar { .swal2-timer-progress-bar {
background-color: var(--toast-bg-error) !important; /* background-color: var(--toast-bg-error) !important; */
} }
.swal2-icon { .swal2-icon {
font-size: 13px !important; font-size: 13px !important;
} }
.swal2-timer-progress-bar { /* .swal2-timer-progress-bar {
/* background-color: #000 !important; */ direction: ltr !important;
direction: rtl !important; } */
}
/* !error Toast */ /* !error Toast */
.error-toast-title { .error-toast-title {
color: var(--error-color7) !important; color: var(--error-color7) !important;

@ -141,6 +141,7 @@ function SweetToast(props) {
title: "success-toast-title", title: "success-toast-title",
closeButton: "success-toast-closeButton", closeButton: "success-toast-closeButton",
popup: "success-toast-modalBox", popup: "success-toast-modalBox",
footer: "footer-error-9",
}, },
}) })
} }

Loading…
Cancel
Save