Moved loader to centre

This commit is contained in:
2017-04-11 18:16:03 +02:00
parent 16a439f209
commit c0a7186b7e
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -12,7 +12,12 @@
border-radius: 50%;
width: 120px;
height: 120px;
top:50%;
left:50%;
margin-top: -60px;
margin-left: -60px;
animation: spin 2s linear infinite;
transition: opacity .8s ease-in-out;
}
@keyframes spin {
+1 -1
View File
File diff suppressed because one or more lines are too long
+5
View File
@@ -12,7 +12,12 @@
border-radius: 50%;
width: 120px;
height: 120px;
top:50%;
left:50%;
margin-top: -60px;
margin-left: -60px;
animation: spin 2s linear infinite;
transition: opacity .8s ease-in-out;
}
@keyframes spin {