ant-design-blazor/components/drawer/style/rtl.less
2020-03-23 13:51:37 +08:00

17 lines
234 B
Plaintext

@import '../../style/themes/index';
@drawer-prefix-cls: ~'@{ant-prefix}-drawer';
.@{drawer-prefix-cls} {
&-rtl {
direction: rtl;
}
&-close {
.@{drawer-prefix-cls}-rtl & {
right: auto;
left: 0;
}
}
}