-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspinner.css
More file actions
80 lines (80 loc) · 2.2 KB
/
spinner.css
File metadata and controls
80 lines (80 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@keyframes ldio-0e5j2df1ykcp {
0% { opacity: 1 }
100% { opacity: 0 }
}
.ldio-0e5j2df1ykcp div {
left: 47px;
top: 24px;
position: absolute;
animation: ldio-0e5j2df1ykcp linear 1s infinite;
background: #1d3f72;
width: 6px;
height: 12px;
border-radius: 3px / 6px;
transform-origin: 3px 26px;
}.ldio-0e5j2df1ykcp div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -0.9166666666666666s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -0.8333333333333334s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.75s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.6666666666666666s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.5833333333333334s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.5s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.4166666666666667s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.3333333333333333s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.25s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.16666666666666666s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.08333333333333333s;
background: #1d3f72;
}.ldio-0e5j2df1ykcp div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
background: #1d3f72;
}
.loadingio-spinner-spinner-ic3lfo3uzh {
width: 70px;
height: 70px;
display: inline-block;
overflow: hidden;
background: none;
}
.ldio-0e5j2df1ykcp {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(0.7);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-0e5j2df1ykcp div { box-sizing: content-box; }
/* generated by https://loading.io/ */