|
|
@@ -10,20 +10,20 @@ body.launching {
|
|
|
background-image: $auth-background-image;
|
|
|
background-position: center;
|
|
|
|
|
|
- &::before {
|
|
|
+ &::after {
|
|
|
@include animation(rotate-animation 1s linear infinite);
|
|
|
@include transform-origin(50% 50%);
|
|
|
@include background-size(cover);
|
|
|
- background-image: url(get-resource-path('images/loading.png'));
|
|
|
+ background-image: url(get-resource-path('images/loading.gif'));
|
|
|
background-position: center;
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
margin-top: -15px;
|
|
|
margin-left: -15px;
|
|
|
- top: 50%;
|
|
|
+ top: 65%;
|
|
|
left: 50%;
|
|
|
- width: 41px;
|
|
|
- height: 41px;
|
|
|
+ width: 64px;
|
|
|
+ height: 64px;
|
|
|
}
|
|
|
}
|
|
|
|