mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
26 lines
485 B
Plaintext
26 lines
485 B
Plaintext
@import '../themes/index';
|
|
@import '../mixins/iconfont';
|
|
|
|
.@{iconfont-css-prefix} {
|
|
.iconfont-mixin();
|
|
|
|
// https://github.com/ant-design/ant-design/issues/33703
|
|
& > & {
|
|
line-height: 0;
|
|
vertical-align: 0;
|
|
}
|
|
|
|
&[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;
|
|
}
|