feat(login): new login screen design #466

This commit is contained in:
Paul Makles
2021-12-25 23:18:37 +00:00
committed by GitHub
13 changed files with 497 additions and 161 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;