@import 'common/var.scss';
.qf-tab-item {
  cursor: pointer;

  &:hover {
    color: $--color-primary;
  }
}
