mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
@import '../themes/default';
|
|
@import '../mixins/iconfont';
|
|
|
|
.@{iconfont-css-prefix} {
|
|
.iconfont-mixin();
|
|
}
|
|
|
|
.@{iconfont-css-prefix}-spin:before {
|
|
display: inline-block;
|
|
animation: loadingCircle 1s infinite linear;
|
|
}
|
|
.@{iconfont-css-prefix}-spin {
|
|
display: inline-block;
|
|
animation: loadingCircle 1s infinite linear;
|
|
}
|