fix(login): finished new login screen

This commit is contained in:
trashtemp
2021-12-25 19:48:48 +01:00
parent 7844c84fbe
commit a07a17d892
6 changed files with 152 additions and 43 deletions

View File

@@ -24,8 +24,9 @@ const PreloaderBase = styled.div`
width: 100%;
height: 100%;
display: grid;
place-items: center;
display: flex;
align-items: center;
justify-content: center;
.spinner {
width: 58px;