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

9 lines
123 B
Plaintext

@tooltip-prefix-cls: ~'@{ant-prefix}-tooltip';
// Base class
.@{tooltip-prefix-cls} {
&-rtl {
direction: rtl;
}
}