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

14 lines
166 B
Plaintext

@select-prefix-cls: ~'@{ant-prefix}-select';
.@{select-prefix-cls} {
&-rtl {
direction: rtl;
}
&-dropdown {
&-rtl {
direction: rtl;
}
}
}