mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-18 05:09:23 +00:00
29 lines
390 B
SCSS
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;
|
|
}
|