2017-10-26 07:18:08 +00:00
|
|
|
@import '../themes/default';
|
2019-01-02 13:01:56 +00:00
|
|
|
@import '../mixins/iconfont';
|
2017-10-26 07:18:08 +00:00
|
|
|
|
|
|
|
.@{iconfont-css-prefix} {
|
2019-01-02 13:01:56 +00:00
|
|
|
.iconfont-mixin();
|
2019-03-07 01:37:54 +00:00
|
|
|
|
|
|
|
&[tabindex] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2017-10-26 07:18:08 +00:00
|
|
|
}
|
|
|
|
|
2019-03-07 01:37:54 +00:00
|
|
|
.@{iconfont-css-prefix}-spin::before {
|
2017-10-26 07:18:08 +00:00
|
|
|
display: inline-block;
|
|
|
|
animation: loadingCircle 1s infinite linear;
|
|
|
|
}
|
2018-11-14 13:33:56 +00:00
|
|
|
.@{iconfont-css-prefix}-spin {
|
|
|
|
display: inline-block;
|
|
|
|
animation: loadingCircle 1s infinite linear;
|
|
|
|
}
|