mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
export default {
|
|
css: `
|
|
.p-confirm-dialog .p-dialog-content {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.p-confirm-dialog-icon {
|
|
font-size: 2rem;
|
|
}
|
|
`
|
|
};
|