mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix icon spin style, close #3536
This commit is contained in:
parent
355f82231c
commit
3bb4b6ea7c
@ -1,6 +0,0 @@
|
||||
.anticon {
|
||||
&-spin {
|
||||
display: inline-block;
|
||||
animation: loadingCircle 1.6s infinite linear;
|
||||
}
|
||||
}
|
@ -1,3 +1 @@
|
||||
import '../../style/index.less';
|
||||
|
||||
import './index.less';
|
||||
|
@ -232,3 +232,8 @@
|
||||
.@{iconfont-css-prefix}-down-square-o:before { content: "\e6ce"; }
|
||||
.@{iconfont-css-prefix}-up-square-o:before { content: "\e6cf"; }
|
||||
.@{iconfont-css-prefix}-loading:before { content: "\e6ae"; }
|
||||
|
||||
.@{iconfont-css-prefix}-spin {
|
||||
display: inline-block;
|
||||
animation: loadingCircle 1.6s infinite linear;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user