💄 Adding the style of the primevue progressbar component

This commit is contained in:
Paul Valerie GOMA 2025-07-23 18:29:46 +02:00
parent 02afb751b8
commit 2ff8c289e6

View File

@ -0,0 +1,9 @@
:root{
--p-progressbar-background: var(--background-contrast-grey);
--p-progressbar-height: 1rem;
--p-progressbar-border-radius: 0.75rem;
--p-progressbar-value-background: var(--background-active-blue-france);
--p-progressbar-label-color: var(--text-inverted-grey);
--p-progressbar-label-font-size: var(--text-body-XS-mention-text-Medium-size);
--p-progressbar-label-font-weight: var(--text-body-XS-mention-text-Medium-weight);
}