mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
98fc8a14e0
* add override * add override support * update doc
20 lines
368 B
Plaintext
20 lines
368 B
Plaintext
@import '../themes/index';
|
|
@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;
|
|
}
|