Files
cmgd-mini-app/uni_modules/nutui-uni/components/sidenavbaritem/index.scss
2026-01-05 12:47:14 +08:00

24 lines
515 B
SCSS

.nut-theme-dark {
.nut-side-navbar-item {
background-color: $dark-background2;
&__title {
color: $dark-color;
background-color: $dark-background2;
}
}
}
.nut-side-navbar-item {
display: block;
height: $sidenavbar-item-height;
font-size: $sidenavbar-item-font-size;
line-height: $sidenavbar-item-line-height;
background-color: $sidenavbar-item-title-bg-color;
&__title {
color: $sidenavbar-item-title-color;
background-color: $sidenavbar-item-title-bg-color;
}
}