umami/components/forms/LoginForm.module.css

16 lines
182 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 {
margin: 0 auto;
}
2020-08-12 07:24:41 +02:00
.icon {
display: flex;
justify-content: center;
margin: 0 auto;
}