2019-01-23 16:25:34 +01:00
|
|
|
.welcome-page {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-02-27 15:46:41 +01:00
|
|
|
justify-content: flex-start;
|
2019-01-23 16:25:34 +01:00
|
|
|
align-items: center;
|
2019-02-27 15:46:41 +01:00
|
|
|
max-width: 442px;
|
2019-01-23 16:25:34 +01:00
|
|
|
padding: 0 18px;
|
2019-02-27 15:46:41 +01:00
|
|
|
color: black;
|
2019-01-23 16:25:34 +01:00
|
|
|
|
|
|
|
&__wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
2019-02-27 15:46:41 +01:00
|
|
|
align-items: flex-start;
|
2019-01-23 16:25:34 +01:00
|
|
|
height: 100%;
|
2019-02-27 15:46:41 +01:00
|
|
|
margin-top: 110px;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__header {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H3;
|
|
|
|
|
2019-02-27 15:46:41 +01:00
|
|
|
margin-bottom: 22px;
|
|
|
|
margin-top: 50px;
|
2020-03-30 14:31:07 +02:00
|
|
|
text-align: center;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
text-align: center;
|
|
|
|
|
2021-09-08 22:08:23 +02:00
|
|
|
p {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include Paragraph;
|
2021-09-08 22:08:23 +02:00
|
|
|
|
|
|
|
text-align: start;
|
|
|
|
margin-bottom: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $primary-1;
|
2019-02-27 15:46:41 +01:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
2020-07-15 15:13:40 +02:00
|
|
|
font-size: 0.9rem;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-27 15:46:41 +01:00
|
|
|
.first-time-flow__button {
|
|
|
|
width: 184px;
|
2019-01-23 16:25:34 +01:00
|
|
|
font-weight: 500;
|
2019-02-27 15:46:41 +01:00
|
|
|
margin-top: 44px;
|
2019-01-23 16:25:34 +01:00
|
|
|
}
|
|
|
|
}
|