@import '~antd/lib/style/themes/default.less';

@pro-table-index-prefix-cls: ~'@{ant-prefix}-pro-table-index-column';

.@{pro-table-index-prefix-cls} {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;

  &-border {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    background-color: #314659;
    border-radius: 9px;
    &.top-three {
      background-color: #979797;
    }
  }
}
