mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
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);
|
|
}
|
|
}
|