💄 Adding the style of the primevue divider component
This commit is contained in:
parent
fe29e7bd3d
commit
56cbdb451a
11
src/assets/style/primevue-style/divider.css
Normal file
11
src/assets/style/primevue-style/divider.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root{
|
||||
--p-divider-vertical-margin: 0 1rem;
|
||||
--p-divider-vertical-padding: 0.5rem 0;
|
||||
--p-divider-vertical-content-padding: 0.5rem 0;
|
||||
--p-divider-horizontal-margin: 1rem 0;
|
||||
--p-divider-horizontal-padding: 0 1rem;
|
||||
--p-divider-horizontal-content-padding: 0 0.5rem;
|
||||
--p-divider-content-background: var(--background-default-grey);
|
||||
--p-divider-content-color: var(--text-label-grey);
|
||||
--p-divider-border-color: var(--border-default-grey);
|
||||
}
|
Loading…
Reference in New Issue
Block a user