Refactor #6689 - For Toast
parent
c3f5b11287
commit
c05a3b52d6
|
@ -63,6 +63,12 @@ const theme = ({ dt }) => `
|
||||||
user-select: none;
|
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-info,
|
||||||
.p-toast-message-success,
|
.p-toast-message-success,
|
||||||
.p-toast-message-warn,
|
.p-toast-message-warn,
|
||||||
|
|
Loading…
Reference in New Issue