mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
16 lines
326 B
Plaintext
16 lines
326 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;
|
|
}
|