feat: FRO-2 Implement Login Component WIP

This commit is contained in:
2025-12-08 09:09:32 +01:00
parent e8e3a08b7c
commit 4776e92cd2
4 changed files with 675 additions and 29 deletions

View File

@@ -140,11 +140,4 @@ const options = {
padding: 1rem;
z-index: 2;
}
#loginParticles {
background-color: rgb(11, 8, 8);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
</style>