UNPKG
focus-pro
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
focus-pro 中台前端组件库
focus-pro
/
dist
/
Icon
/
index.module.less
22 lines
(18 loc)
•
256 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
:global {
@keyframes
spin {
0%
{
transform
:
rotate
(
0deg
); }
100%
{
transform
:
rotate
(
360deg
); } }
.icon
{
display
: inline-block; }
.icon-spin
{ :local {
animation
: spin
1s
linear infinite; } } }