patch.less 355 B

12345678910111213141516171819
  1. .@{divider-prefix-cls} {
  2. &-dotted {
  3. background: none;
  4. border-color: @divider-color;
  5. border-style: dotted;
  6. border-width: @border-width-base 0 0;
  7. }
  8. &-horizontal&-with-text&-dotted {
  9. &::after,
  10. &::before {
  11. border-style: dotted none none;
  12. }
  13. }
  14. &-vertical&-dotted {
  15. border-width: 0 0 0 @border-width-base;
  16. }
  17. }