Display auth data, fix login container
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user