Files
pyrofetes-frontend/node_modules/ng-zorro-antd/divider/style/patch.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

30 lines
480 B
Plaintext

@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;
}
}