umami/components/forms/LoginForm.module.css

17 lines
198 B
CSS
Raw Normal View History

2020-08-12 07:24:41 +02:00
.login {
display: flex;
flex-direction: column;
margin-top: 80px;
}
2020-08-18 02:23:46 +02:00
.login form {
width: 300px;
margin: 0 auto;
}
2020-08-12 07:24:41 +02:00
.icon {
display: flex;
justify-content: center;
margin: 0 auto;
}