mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
20 lines
670 B
SCSS
20 lines
670 B
SCSS
/** Materio Template base classes **/
|
|
/** https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free **/
|
|
|
|
@use "@/styles/desktop/template/configured-variables/template" as variables;
|
|
|
|
// ————————————————————————————————————
|
|
// * ——— Perfect Scrollbar
|
|
// ————————————————————————————————————
|
|
|
|
.v-application.v-theme--dark {
|
|
.ps__rail-y,
|
|
.ps__rail-x {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.ps__thumb-y {
|
|
background-color: variables.$plugin-ps-thumb-y-dark;
|
|
}
|
|
}
|