UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

21 lines (18 loc) 279 B
.@{spin-prefix-cls} { &-rtl { direction: rtl; } &-dot { &-spin { .@{spin-prefix-cls}-rtl & { transform: rotate(-45deg); animation-name: antRotateRtl; } } } } @keyframes antRotateRtl { to { transform: rotate(-405deg); } }