umami/components/forms/LoginForm.module.css

24 lines
252 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;
}
2020-11-10 06:01:53 +01:00
.header {
margin-bottom: 30px;
}
.header h1 {
margin: 12px 0;
}