Files
pyrofetes-frontend/node_modules/ng-zorro-antd/drawer/style/rtl.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

17 lines
248 B
Plaintext

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