index.scss 512 B

1234567891011121314151617181920
  1. .nut-theme-dark {
  2. .nut-side-navbar-item {
  3. background-color: $dark-background2;
  4. &__title {
  5. background-color: $dark-background2;
  6. color: $dark-color;
  7. }
  8. }
  9. }
  10. .nut-side-navbar-item {
  11. height: $sidenavbar-item-height;
  12. line-height: $sidenavbar-item-line-height;
  13. display: block;
  14. font-size: $sidenavbar-item-font-size;
  15. background-color: $sidenavbar-item-title-bg-color;
  16. &__title {
  17. color: $sidenavbar-item-title-color;
  18. background-color: $sidenavbar-item-title-bg-color;
  19. }
  20. }