You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
369 B

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