feat: add animation to LoginPage

This commit is contained in:
2025-09-28 15:02:57 -05:00
parent 36670fd528
commit 5ba65a0861
4 changed files with 107 additions and 8 deletions

View File

@@ -46,3 +46,16 @@
.read-the-docs {
color: #888;
}
/* Copyright transition styles */
.copyright-login {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.copyright-normal {
position: relative;
transform: none;
}