ant-design/components/icon/style/index.less

7 lines
106 B
Plaintext

.anticon {
&-spin {
display: inline-block;
animation: loadingCircle 1.6s infinite linear;
}
}