💄 Adding* the style of the primevue dialog component

This commit is contained in:
Paul Valerie GOMA 2025-07-27 23:36:32 +02:00
parent 06e61bd809
commit cbfe7726ca

View File

@ -0,0 +1,14 @@
:root{
--p-dialog-background: var(--background-lifted-grey);
--p-dialog-border-color: var(--border-default-grey);
--p-dialog-color: var(--text-title-grey);
--p-dialog-border-radius: 0px;
--p-dialog-shadow: var(--shadow);
--p-dialog-header-padding: 1rem;
--p-dialog-header-gap: 0.5rem;
--p-dialog-title-font-size: var(--titles-H4-SM-size);
--p-dialog-title-font-weight: var( --titles-H4-SM-weight);
--p-dialog-content-padding: 0 1rem 1rem 1rem;
--p-dialog-footer-padding: 1rem;
--p-dialog-footer-gap: 1rem;
}