2016-12-29 20:27:43 +00:00
|
|
|
.confirm-invite-page {
|
2021-04-09 19:04:11 +00:00
|
|
|
background-color: $core-white;
|
2020-12-09 01:45:08 +00:00
|
|
|
border-radius: 10px;
|
|
|
|
width: 436px;
|
|
|
|
padding: 40px;
|
|
|
|
margin-top: 40px;
|
|
|
|
|
2016-12-29 20:27:43 +00:00
|
|
|
&__form-section-description {
|
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: $bold;
|
|
|
|
line-height: 0.72;
|
|
|
|
letter-spacing: 0.6px;
|
2021-04-09 19:04:11 +00:00
|
|
|
color: $core-fleet-blue;
|
2016-12-29 20:27:43 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2021-04-09 19:04:11 +00:00
|
|
|
color: $core-fleet-black;
|
2016-12-29 20:27:43 +00:00
|
|
|
font-size: 14px;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2016-12-29 20:27:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__form-section-wrapper {
|
|
|
|
box-sizing: border-box;
|
2017-01-05 15:53:41 +00:00
|
|
|
margin-bottom: 110px;
|
2016-12-29 20:27:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__lead-wrapper {
|
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__lead-text {
|
2020-12-09 01:45:08 +00:00
|
|
|
font-size: $medium;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2020-12-09 01:45:08 +00:00
|
|
|
margin: 0 0 6px;
|
2016-12-29 20:27:43 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sub-lead-text {
|
2020-12-09 01:45:08 +00:00
|
|
|
font-size: $x-small;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2020-12-09 01:45:08 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-invite-button-wrap {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 40px;
|
|
|
|
|
|
|
|
.button {
|
|
|
|
width: 160px;
|
|
|
|
}
|
2016-12-29 20:27:43 +00:00
|
|
|
}
|
|
|
|
}
|