mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 08:19:37 +08:00
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
|
@tooltip-prefix-cls: ~'@{ant-prefix}-tooltip';
|
||
|
|
||
|
// Base class
|
||
|
.@{tooltip-prefix-cls} {
|
||
|
&-rtl {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
// Wrapper for the tooltip content
|
||
|
&-inner {
|
||
|
.@{tooltip-prefix-cls}-rtl & {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
}
|