Latest updates from IceHrmPro
This commit is contained in:
16
web/node_modules/antd/lib/drawer/style/rtl.less
generated
vendored
Normal file
16
web/node_modules/antd/lib/drawer/style/rtl.less
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user