@tabs-ink-bar-color: @primary-color;
@cr-tab-text-color: @secondary-color;

.ant-tabs-tab {
  font-weight: 500;
  line-height: 23px;
  padding-right: 25px;
  padding-left: 25px;

  &&-active {
    font-weight: 500;
  }

  &&-active &-btn {
    color: @cr-tab-text-color;
    text-shadow: 0;
  }
}
