Files
flashcards-example-project/src/components/auth/check-email/check-email.module.scss
2023-08-03 19:52:53 +02:00

29 lines
390 B
SCSS

.card {
max-width: 413px;
padding: 35px 33px 48px;
}
.title {
margin-bottom: 27px;
text-align: center;
}
.iconContainer {
display: flex;
justify-content: center;
width: 100%;
margin-bottom: 19px;
}
.instructions {
margin-bottom: 65px;
color: var(--color-light-900);
text-align: center;
opacity: 0.5;
}
.signInLink {
display: flex;
justify-content: center;
}