.nut-theme-dark {
  .nut-sidenavbaritem {
    background-color: $dark-background2;
    &__title {
      background-color: $dark-background2;
      color: $dark-color;
    }
  }
}
$nutSidenavbarItemHeight: 40px;

.nut-subsidenavbar {
  &__item {
    height: $nutSidenavbarItemHeight;
    padding: 10px 8px 10px 55px;
  }
}
