💄 Adding* the style of the primevue dialog component
This commit is contained in:
parent
06e61bd809
commit
cbfe7726ca
14
src/assets/style/primevue-style/dialog.css
Normal file
14
src/assets/style/primevue-style/dialog.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user