mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
@import '../themes/default';
|
|
@import '../mixins/iconfont';
|
|
|
|
.@{iconfont-css-prefix} {
|
|
.iconfont-mixin();
|
|
|
|
&[tabindex] {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.@{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;
|
|
}
|