- started dashboard page, added first widget; - created new theme 'gepafin' - styles for the app;
11 lines
162 B
SCSS
11 lines
162 B
SCSS
.p-scrollpanel {
|
|
.p-scrollpanel-bar {
|
|
background: $scrollPanelTrackBg;
|
|
border: $scrollPanelTrackBorder;
|
|
|
|
&:focus-visible {
|
|
@include focused();
|
|
}
|
|
}
|
|
}
|