umami/components/pages/login/LoginForm.module.css

32 lines
342 B
CSS
Raw Normal View History

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