seehoo-design-plus
Version:
An UI components for Seehoo Vuejs.3
22 lines (20 loc) • 423 B
text/less
@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%);
}
}
}