@@ -37,7 +37,7 @@ API - Plugin - Spinner
37
37
38
38
# spinner {
39
39
display : none;
40
- background : rgba (255 , 255 , 255 , 0.7 );
40
+ background : rgba (255 , 255 , 255 , 0.7 );
41
41
color : # 666666 ;
42
42
position : fixed;
43
43
height : 100vh ;
@@ -63,7 +63,7 @@ API - Plugin - Spinner
63
63
/* Half the width */
64
64
}
65
65
66
- # spinner .loader > div {
66
+ # spinner .loader > div {
67
67
background-color : # 333 ;
68
68
height : 100% ;
69
69
width : 10px ;
@@ -72,39 +72,32 @@ API - Plugin - Spinner
72
72
animation : sk-stretchdelay 1.2s infinite ease-in-out;
73
73
}
74
74
75
- # spinner .loader .rect-yellow {
76
- background-color : # FAA21B ;
77
- }
75
+ # spinner .loader .rect-1 {}
78
76
79
- # spinner .loader .rect-mint {
77
+ # spinner .loader .rect-2 {
80
78
-webkit-animation-delay : -1.1s ;
81
79
animation-delay : -1.1s ;
82
- background-color : # 5BC1A5 ;
83
80
}
84
81
85
- # spinner .loader .rect-purple {
82
+ # spinner .loader .rect-3 {
86
83
-webkit-animation-delay : -1.0s ;
87
84
animation-delay : -1.0s ;
88
- background-color : # 1D345C ;
89
85
}
90
86
91
- # spinner .loader .rect-green {
87
+ # spinner .loader .rect-4 {
92
88
-webkit-animation-delay : -0.9s ;
93
89
animation-delay : -0.9s ;
94
- background-color : # 006168 ;
95
90
}
96
91
97
- # spinner .loader .rect-teal {
92
+ # spinner .loader .rect-5 {
98
93
-webkit-animation-delay : -0.8s ;
99
94
animation-delay : -0.8s ;
100
- background-color : # 45C1C0 ;
101
95
}
102
96
103
97
@-webkit-keyframes sk-stretchdelay {
104
98
0% , 40% , 100% {
105
99
-webkit-transform : scaleY (0.4 );
106
100
}
107
-
108
101
20% {
109
102
-webkit-transform : scaleY (1.0 );
110
103
}
@@ -115,7 +108,6 @@ API - Plugin - Spinner
115
108
transform : scaleY (0.4 );
116
109
-webkit-transform : scaleY (0.4 );
117
110
}
118
-
119
111
20% {
120
112
transform : scaleY (1.0 );
121
113
-webkit-transform : scaleY (1.0 );
0 commit comments