65 lines
925 B
SCSS
65 lines
925 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%;
|
|
}
|
|
|
|
.subtitle {
|
|
margin-top: 8px;
|
|
text-align: center;
|
|
font-size: 23px;
|
|
line-height: 125%;
|
|
font-weight: 300;
|
|
color: #2C2C2C;
|
|
}
|
|
|
|
.points {
|
|
margin-top: 22px;
|
|
color: #2C2C2C;
|
|
list-style-type: disc;
|
|
|
|
li {
|
|
font-size: 20px;
|
|
line-height: 125%;
|
|
font-weight: 300;
|
|
margin-left: 28px;
|
|
|
|
&::marker {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
} |