2024-10-23 08:56:47 +02:00
|
|
|
.ppcp-r-onboarding-header{
|
2024-11-19 16:43:00 -04:00
|
|
|
margin: 0 0 24px 0;
|
2024-10-23 08:56:47 +02:00
|
|
|
|
2024-11-05 13:49:38 +04:00
|
|
|
&__logo {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 20px;
|
2024-10-23 08:56:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__logo-wrapper {
|
|
|
|
img {
|
2024-11-05 13:49:38 +04:00
|
|
|
width: 110px;
|
|
|
|
height: 38px;
|
2024-10-23 08:56:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2024-10-23 12:59:41 +02:00
|
|
|
padding:0 16px;
|
2024-10-23 08:56:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
2024-11-05 17:54:47 +04:00
|
|
|
@include font(24, 32, 400);
|
2024-10-23 08:56:47 +02:00
|
|
|
margin: 0 0 4px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
2024-11-05 17:54:47 +04:00
|
|
|
@include font(14, 22, 400);
|
2024-11-12 15:01:29 +01:00
|
|
|
margin: 0 20%;
|
2024-10-23 08:56:47 +02:00
|
|
|
text-align: center;
|
2024-12-04 18:36:35 +04:00
|
|
|
|
|
|
|
@media screen and (max-width: 480px) {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2024-10-23 08:56:47 +02:00
|
|
|
}
|
|
|
|
}
|