Display auth data, fix login container

This commit is contained in:
lumijiez
2025-06-04 18:03:21 +03:00
parent 2fbc789724
commit 59b7636c60
4 changed files with 186 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
display: flex;
align-items: center;
justify-content: center;
animation: slideLeft 1s ease-out;
animation: slideLeft 0.5s cubic-bezier(0.77, 0, 0.175, 1);
position: relative;
z-index: 0;
}
@@ -76,7 +76,7 @@
display: flex;
align-items: center;
justify-content: center;
animation: slideRight 1s ease-out;
animation: slideRight 0.5s cubic-bezier(0.77, 0, 0.175, 1);
position: relative;
z-index: 1;
}