@import 'antd/lib/rate/style/index.less';
@import '../../../style/index.less';

.ant-rate {
  &-star {
    &-half &-second {
      color: @rate-star-half-second-bg;
    }
  }
}
