ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
26 lines (21 loc) • 394 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
@spin-prefix-cls: ~'@{ant-prefix}-spin';
.@{spin-prefix-cls} {
&-rtl {
direction: rtl;
}
&-dot {
&-spin {
.@{spin-prefix-cls}-rtl & {
transform: rotate(-45deg);
animation-name: antRotateRtl;
}
}
}
}
@keyframes antRotateRtl {
to {
transform: rotate(-405deg);
}
}