mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
cba9634a3d
* perf: reduce css size * add * add * fix line-height * add .reset-component
21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
.@{spin-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
&-dot {
|
|
&-spin {
|
|
.@{spin-prefix-cls}-rtl & {
|
|
transform: rotate(-45deg);
|
|
animation-name: antRotateRtl;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@keyframes antRotateRtl {
|
|
to {
|
|
transform: rotate(-405deg);
|
|
}
|
|
}
|