Refactor #6681 - For ConfirmPopup
parent
1876b4b64b
commit
d00b7599cc
|
@ -43,8 +43,8 @@ const theme = ({ dt }) => `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-confirmpopup-flipped {
|
.p-confirmpopup-flipped {
|
||||||
margin-top: calc(${dt('confirmpopup.gutter')} * -1);
|
margin-block-start: calc(${dt('confirmpopup.gutter')} * -1);
|
||||||
margin-bottom: ${dt('confirmpopup.gutter')};
|
margin-block-end: ${dt('confirmpopup.gutter')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-confirmpopup-enter-from {
|
.p-confirmpopup-enter-from {
|
||||||
|
|
Loading…
Reference in New Issue