Files
qrcode/app/internal/view/front/src/components/auth/login/index.css
Michael a14103ad8e init
2026-04-29 20:11:57 +02:00

29 lines
424 B
CSS

#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;
}