2024-04-17 13:55:12 +02:00

27 lines
332 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
flex-direction: column;
.title {
text-align: left;
@media (max-width: $screen-s) {
font-family: 48px;
}
}
.form {
margin-top: 32px;
.password_indication {
margin-top: 8px;
margin-bottom: 24px;
}
.submit_button {
margin-top: 32px;
}
}
}