-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspinkit.spinner.css
executable file
·61 lines (53 loc) · 1.03 KB
/
spinkit.spinner.css
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
.spinKit.sk-folding-cube .sk-cube:before,
.spinKit.sk-fading-circle .sk-circle:before,
.spinKit.sk-rotating-plane,
.spinKit.sk-double-bounce .sk-child,
.spinKit.sk-wave .sk-rect,
.spinKit.sk-wandering-cubes .sk-cube,
.spinKit.sk-spinner-pulse,
.spinKit.sk-chasing-dots .sk-child,
.spinKit.sk-three-bounce .sk-child,
.spinKit.sk-circle .sk-child:before,
.spinKit.sk-cube-grid .sk-cube{
background-color: white;
}
.spinKit.sk-wave .sk-rect {
margin-right: 3px;
}
.spinKit.sk-spinner-pulse {
width: 60px;
height: 60px;
margin: 60px auto;
}
.spinKit.sk-wandering-cubes .sk-cube {
width: 20px;
height: 20px;
}
.spinKit-overlay.element{
position: absolute;
}
.spinKit.element{
position: absolute;
width: 60px;
height: 60px;
top: 0;
left: 0;
bottom: 60px;
right: 0;
margin: auto;
}
.u-Processing{
display:none !important;
}
.spinKit{
position: fixed;
}
.spinKit-overlay{
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 800;
background-color: rgba(49, 49, 49, 0.61);
}