mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
8e27cf986f
* chore: rm component less file * refactor: less file * refactor: rm less * refactor: rm page-header and comment * chore: rm less in components * chore: update dist config * chore: update image test * chore: update dekko * chore: rm lib dekko * chore: update dist dekko * chore: udpate bundle size * test: update snapshot * test: rm theme test * test: update snapshot * test: update snapshot * chore: copy reset.css * test: update image test * chore: copy reset.css to es * chore: update site script
23 lines
410 B
Plaintext
23 lines
410 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,
|
|
.@{iconfont-css-prefix}-spin::before {
|
|
display: inline-block;
|
|
animation: loadingCircle 1s infinite linear;
|
|
}
|