@import '../common/abstracts/variable';
@import '../common/abstracts/mixin';

.wot-theme-dark {
  @include b(sidebar) {
    background: $-dark-background;
    @include e(padding) {
      background: $-dark-background2;
    }
  }
}

@include b(sidebar) {
  display: flex;
  flex-direction: column;
  width: $-sidebar-width;
  height: $-sidebar-height;
  overflow-y: auto;
  background: $-color-white;

  @include e(padding) {
    flex: 1 1 auto;
    background: $-sidebar-bg;
  }
}
