File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 111
111
.icon-loading {
112
112
position : relative ;
113
113
border : 1px solid #999 ;
114
- animation : ease loading 1.5s infinite ;
114
+ animation : ease icon - rotating 1.5s infinite ;
115
115
& :before {
116
116
@size : 6px ;
117
117
content : ' ' ;
146
146
height : @size ;
147
147
background-color : @c-near-wave ;
148
148
border-radius : 50% ;
149
- animation : linear wave- dots 2.8s infinite ;
150
- @keyframes wave- dots{
149
+ animation : linear icon - wave- dots 2.8s infinite ;
150
+ @keyframes icon - wave- dots{
151
151
0% {
152
152
box-shadow : - @size * 4 0 0 @c-near-wave ,
153
153
- @size * 2 0 0 @c-near-wave ,
222
222
}
223
223
}
224
224
225
+ .icon-spiral {
226
+ border : 2px solid #777 ;
227
+ border-right-color : transparent ;
228
+ animation : linear icon- rotating .85s infinite ;
229
+ }
230
+
225
231
.infinite-loading-container {
226
232
clear : both ;
227
233
text-align : center ;
244
250
padding : 10px 0 ;
245
251
}
246
252
247
- @keyframes loading {
253
+ @keyframes icon - rotating {
248
254
0% {
249
255
transform : rotate (0 );
250
256
}
You can’t perform that action at this time.
0 commit comments