💄 Adding the style of the primevue scrollpanel component
This commit is contained in:
parent
4d343e7f87
commit
bcc2e33d0d
11
src/assets/style/primevue-style/scrollpanel.css
Normal file
11
src/assets/style/primevue-style/scrollpanel.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--p-scrollpanel-bar-size: 0.5rem;
|
||||
--p-scrollpanel-bar-border-radius: 0.25rem;
|
||||
--p-scrollpanel-bar-focus-ring-width: var(--focus-width);
|
||||
--p-scrollpanel-bar-focus-ring-style: var(--focus-style);
|
||||
--p-scrollpanel-bar-focus-ring-color: var(--focus-color);
|
||||
--p-scrollpanel-bar-focus-ring-offset: var(--focus-offset);
|
||||
--p-scrollpanel-bar-focus-ring-shadow: none;
|
||||
--p-scrollpanel-transition-duration: var(--transition-duration);
|
||||
--p-scrollpanel-bar-background: var(--background-overlay-grey);
|
||||
}
|
Loading…
Reference in New Issue
Block a user