Align loading component in the center. (#535)

* Align loading component in the center.

* Change height of loading component.
This commit is contained in:
Miguel Medeiros
2021-05-22 11:57:15 -03:00
committed by GitHub
parent f8f078a08f
commit fcdf89ef38
2 changed files with 9 additions and 1 deletions

View File

@@ -41,3 +41,11 @@
}
}
}
.loading{
display: flex;
flex-direction: column;
text-align: center;
height: 80vh;
justify-content: center;
}