This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

29
node_modules/ng-zorro-antd/divider/style/patch.less generated vendored Normal file
View File

@@ -0,0 +1,29 @@
@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;
}
}