Refactor #6689 - For Toast

This commit is contained in:
tugcekucukoglu 2024-10-31 10:21:12 +03:00
parent c3f5b11287
commit c05a3b52d6

View file

@ -63,6 +63,12 @@ const theme = ({ dt }) => `
user-select: none;
}
.p-toast-close-button:dir(rtl) {
margin: -25% 0 0 auto;
left: -25%;
right: auto;
}
.p-toast-message-info,
.p-toast-message-success,
.p-toast-message-warn,