Moved loader to centre
This commit is contained in:
Vendored
+5
@@ -12,7 +12,12 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
top:50%;
|
||||||
|
left:50%;
|
||||||
|
margin-top: -60px;
|
||||||
|
margin-left: -60px;
|
||||||
animation: spin 2s linear infinite;
|
animation: spin 2s linear infinite;
|
||||||
|
transition: opacity .8s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -12,7 +12,12 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
top:50%;
|
||||||
|
left:50%;
|
||||||
|
margin-top: -60px;
|
||||||
|
margin-left: -60px;
|
||||||
animation: spin 2s linear infinite;
|
animation: spin 2s linear infinite;
|
||||||
|
transition: opacity .8s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
|
|||||||
Reference in New Issue
Block a user