@use "./variables" as *;

.#{$component-prefix}index-list__anchor {
  z-index: $index-anchor-z-index;
  box-sizing: border-box;
  padding: $index-anchor-padding;
  font-size: $index-anchor-font-size;
  font-weight: $index-anchor-font-weight;
  line-height: $index-anchor-line-height;
  color: $index-anchor-color;
  background: $index-anchor-background-color;

  &--sticky {
    right: 0;
    left: 0;
    color: $index-anchor-sticky-color;
    background: $index-anchor-sticky-background-color;
  }
}
