This commit is contained in:
Michael
2026-04-29 20:11:57 +02:00
commit a14103ad8e
167 changed files with 7060 additions and 0 deletions

View File

@ -0,0 +1,28 @@
#c_auth_login {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
width: 100%;
}
#c_auth_login__form {
display: flex;
flex-direction: column;
gap: 1rem;
}
#c_auth_login__error {
color: red;
margin: 1rem auto;
width: 100%;
max-width: 400px;
text-align: center;
}
.c_auth_login__links {
margin: 1rem auto;
width: 100%;
max-width: 400px;
text-align: center;
}