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.
23 lines
410 B
23 lines
410 B
6 years ago
|
@import '../themes/index';
|
||
6 years ago
|
@import '../mixins/iconfont';
|
||
7 years ago
|
|
||
10 years ago
|
.@{iconfont-css-prefix} {
|
||
6 years ago
|
.iconfont-mixin();
|
||
6 years ago
|
|
||
3 years ago
|
// https://github.com/ant-design/ant-design/issues/33703
|
||
|
& > & {
|
||
3 years ago
|
line-height: 0;
|
||
3 years ago
|
vertical-align: 0;
|
||
|
}
|
||
|
|
||
6 years ago
|
&[tabindex] {
|
||
|
cursor: pointer;
|
||
|
}
|
||
10 years ago
|
}
|
||
6 years ago
|
|
||
2 years ago
|
.@{iconfont-css-prefix}-spin,
|
||
6 years ago
|
.@{iconfont-css-prefix}-spin::before {
|
||
8 years ago
|
display: inline-block;
|
||
8 years ago
|
animation: loadingCircle 1s infinite linear;
|
||
8 years ago
|
}
|