ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
20 lines (17 loc) • 355 B
text/less
.@{divider-prefix-cls} {
&-dotted {
background: none;
border-color: @divider-color;
border-style: dotted;
border-width: @border-width-base 0 0;
}
&-horizontal&-with-text&-dotted {
&::after,
&::before {
border-style: dotted none none;
}
}
&-vertical&-dotted {
border-width: 0 0 0 @border-width-base;
}
}