mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #6689 - For Toast
This commit is contained in:
parent
c3f5b11287
commit
c05a3b52d6
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue