mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #6681 - For ConfirmPopup
This commit is contained in:
parent
1876b4b64b
commit
d00b7599cc
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-confirmpopup-flipped {
|
||||
margin-top: calc(${dt('confirmpopup.gutter')} * -1);
|
||||
margin-bottom: ${dt('confirmpopup.gutter')};
|
||||
margin-block-start: calc(${dt('confirmpopup.gutter')} * -1);
|
||||
margin-block-end: ${dt('confirmpopup.gutter')};
|
||||
}
|
||||
|
||||
.p-confirmpopup-enter-from {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue