9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
@tooltip-prefix-cls: ~'@{ant-prefix}-tooltip';
|
|
|
|
// Base class
|
|
.@{tooltip-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|