ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
30 lines (24 loc) • 480 B
text/less
@import '../../style/themes/index';
.@{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;
}
&-sm {
margin-block: @margin-xs;
}
&-md {
margin-block: @margin-md;
}
}