rtl.less 248 B

12345678910111213141516
  1. @import '../../style/themes/index';
  2. @drawer-prefix-cls: ~'@{ant-prefix}-drawer';
  3. .@{drawer-prefix-cls} {
  4. &-rtl {
  5. direction: rtl;
  6. }
  7. &-close {
  8. .@{drawer-prefix-cls}-rtl & {
  9. margin-right: 0;
  10. margin-left: 12px;
  11. }
  12. }
  13. }