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

.wot-theme-dark {
  @include b(index-anchor) {
    color: $-color-white;
    background-color: $-color-gray-8;
  }
}

// #ifdef MP-DINGTALK
@include b(index-anchor-ding) {
  @include when(sticky) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
// #endif

@include b(index-anchor) {
  padding: 10px;
  font-size: 14px;
  color: $-color-title;
  background-color: $-color-gray-2;

  @include when(sticky) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
