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.css
15 lines
(14 loc)
•
215 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@keyframes
spin {
0%
{
transform
:
rotate
(
0deg
); }
100%
{
transform
:
rotate
(
360deg
); } } :global .icon {
display
: inline-block; } :global .icon-spin :local {
animation
: spin
1s
linear infinite; }