w-aura/src/components/PalmistryV1/pages/GenderPalmistry/styles.module.scss
Денис Катаев 52ff7a715f hotfix/redesign-palmistry
2025-01-31 02:37:08 +00:00

40 lines
569 B
SCSS

.title {
margin-top: 30px;
font-size: 28px;
font-weight: 500;
line-height: 125%;
margin-bottom: 0;
}
.description {
margin-top: 16px;
font-size: 20px;
line-height: 125%;
text-align: center;
max-width: 302px;
}
.leftAlign {
text-align: left;
}
.privacy-policy {
max-width: 316px;
margin-top: 26px;
text-align: center;
}
.toast-container {
position: fixed;
bottom: calc(0dvh + 16px);
margin-top: 16px;
max-width: 460px;
padding: 0 24px;
}
.genders-container {
display: flex;
flex-direction: column-reverse;
width: 100%;
}