umami/src/app/login/LoginForm.module.css

34 lines
376 B
CSS
Raw Normal View History

2020-08-12 07:24:41 +02:00
.login {
2023-03-24 00:33:10 +01:00
width: 400px;
2023-01-11 23:47:38 +01:00
margin: auto;
transform: translateY(-25%);
}
.form {
2020-08-12 07:24:41 +02:00
display: flex;
flex-direction: column;
2023-03-24 00:33:10 +01:00
margin: 0 auto;
width: 300px;
2020-08-12 07:24:41 +02:00
}
2023-01-11 23:47:38 +01:00
.title {
font-size: 24px;
font-weight: 700;
text-align: center;
margin: 30px 0;
2020-08-18 02:23:46 +02:00
}
2020-08-12 07:24:41 +02:00
.icon {
2023-01-11 23:47:38 +01:00
width: 100%;
2020-08-12 07:24:41 +02:00
}
2020-11-10 06:01:53 +01:00
2023-01-11 23:47:38 +01:00
.icon svg {
width: 32px;
height: 32px;
2020-11-10 06:01:53 +01:00
}
2023-01-11 23:47:38 +01:00
.button {
flex: 1;
justify-content: center;
2020-11-10 06:01:53 +01:00
}