-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfluff.css
More file actions
36 lines (35 loc) · 852 Bytes
/
Copy pathfluff.css
File metadata and controls
36 lines (35 loc) · 852 Bytes
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
@keyframes ldio-c66zycx4gyn {
0% { transform: translate(-50%,-50%) rotate(0deg); }
100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-c66zycx4gyn div {
position: absolute;
width: 38px;
height: 38px;
border: 6px solid #e15b64;
border-top-color: transparent;
border-radius: 50%;
}
.ldio-c66zycx4gyn div {
animation: ldio-c66zycx4gyn 1s linear infinite;
top: 32px;
left: 32px
}
.loadingio-spinner-rolling-vq7cz4p7xr {
width: 64px;
height: 64px;
display: inline-block;
overflow: hidden;
background: #ffffff;
position:relative;
}
.ldio-c66zycx4gyn {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-c66zycx4gyn div { box-sizing: content-box; }
/* generated by https://loading.io/ */