💄 Adding the style of the primevue progressbar component
This commit is contained in:
parent
02afb751b8
commit
2ff8c289e6
9
src/assets/style/primevue-style/progressbar.css
Normal file
9
src/assets/style/primevue-style/progressbar.css
Normal 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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user