umami/components/forms/LoginForm.module.css

24 lines
252 B
CSS
Raw Normal View History

2020-08-12 05:24:41 +00:00
.login {
display: flex;
flex-direction: column;
margin-top: 80px;
}
2020-08-18 00:23:46 +00:00
.login form {
margin: 0 auto;
}
2020-08-12 05:24:41 +00:00
.icon {
display: flex;
justify-content: center;
margin: 0 auto;
}
2020-11-10 05:01:53 +00:00
.header {
margin-bottom: 30px;
}
.header h1 {
margin: 12px 0;
}