You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
678 B
43 lines
678 B
6 years ago
|
.welcome-page {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
6 years ago
|
justify-content: flex-start;
|
||
6 years ago
|
align-items: center;
|
||
6 years ago
|
max-width: 442px;
|
||
6 years ago
|
padding: 0 18px;
|
||
6 years ago
|
color: black;
|
||
6 years ago
|
|
||
|
&__wrapper {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: center;
|
||
6 years ago
|
align-items: flex-start;
|
||
6 years ago
|
height: 100%;
|
||
6 years ago
|
margin-top: 110px;
|
||
6 years ago
|
}
|
||
|
|
||
|
&__header {
|
||
6 years ago
|
font-size: 28px;
|
||
|
margin-bottom: 22px;
|
||
|
margin-top: 50px;
|
||
6 years ago
|
}
|
||
|
|
||
|
&__description {
|
||
|
text-align: center;
|
||
|
|
||
6 years ago
|
div {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
6 years ago
|
@media screen and (max-width: 575px) {
|
||
|
font-size: .9rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
6 years ago
|
.first-time-flow__button {
|
||
|
width: 184px;
|
||
6 years ago
|
font-weight: 500;
|
||
6 years ago
|
margin-top: 44px;
|
||
6 years ago
|
}
|
||
|
}
|