Files
pyrofetes-frontend/node_modules/ng-zorro-antd/spin/style/rtl.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

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);
}
}