@sh-title-prefix-cls: ~'@{sh-css-prefix}title';

.@{sh-title-prefix-cls} {
  font-size: 14px;
  font-weight: 600;
  text-indent: 0;
  &.prefix {
    position: relative;
    text-indent: 10px;
    &::after {
      content: '';
      height: 14px;
      width: 3px;
      background: @primary-color;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-52%);
    }
  }
}
