mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
41eacdfff0
* style: add rtl.less of Drawer\Modal\Progress\Resul * fix: rtl.less name * fix: add import * fix: remove modal * fix: remove drawer * fix: remove progress * style: add rtl.less of Drawer\Modal\Progress\Resul * fix: rtl.less name * fix: add import
17 lines
234 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|