30 lines
409 B
SCSS
30 lines
409 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
max-width: 530px;
|
|
margin: auto;
|
|
|
|
.title {
|
|
margin: 32px 0;
|
|
text-align: center;
|
|
@media (max-width: $screen-s) {
|
|
font-family: 48px;
|
|
}
|
|
}
|
|
|
|
.loader {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.forget-password {
|
|
margin-top: 32px;
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|