mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-28 12:33:54 +00:00
homework 2 done
This commit is contained in:
28
src/components/auth/check-email/check-email.module.scss
Normal file
28
src/components/auth/check-email/check-email.module.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user