UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

37 lines (32 loc) 599 B
@import '../../style/themes/index'; @import '../../style/mixins/index'; @divider-prefix-cls: ~'@{ant-prefix}-divider'; .@{divider-prefix-cls} { &-rtl { direction: rtl; } &-horizontal&-with-text-left { &::before { .@{divider-prefix-cls}-rtl& { width: 95%; } } &::after { .@{divider-prefix-cls}-rtl& { width: 5%; } } } &-horizontal&-with-text-right { &::before { .@{divider-prefix-cls}-rtl& { width: 5%; } } &::after { .@{divider-prefix-cls}-rtl& { width: 95%; } } } }