10 lines
209 B
CSS
10 lines
209 B
CSS
![]() |
@import './dialog';
|
||
|
@import './button';
|
||
|
|
||
|
.p-confirmdialog .p-dialog-content {
|
||
|
@apply flex items-center gap-4
|
||
|
}
|
||
|
|
||
|
.p-confirmdialog-icon {
|
||
|
@apply text-surface-700 dark:text-surface-0 text-[2rem] h-8 w-8
|
||
|
}
|