2016-12-29 20:27:43 +00:00
|
|
|
.confirm-invite-page {
|
|
|
|
&__form-section-description {
|
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: $bold;
|
|
|
|
line-height: 0.72;
|
|
|
|
letter-spacing: 0.6px;
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-dark-blue-grey;
|
2016-12-29 20:27:43 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-dark-blue-grey;
|
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 {
|
|
|
|
background-color: $white;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 459px;
|
|
|
|
padding: 35px;
|
|
|
|
width: 500px;
|
2017-01-05 15:53:41 +00:00
|
|
|
margin-bottom: 110px;
|
2016-12-29 20:27:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__form {
|
|
|
|
width: 440px;
|
|
|
|
|
|
|
|
.fields {
|
|
|
|
background-color: $white;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__lead-wrapper {
|
|
|
|
background-color: $white;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
padding: 35px;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__lead-text {
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-blue;
|
2016-12-29 20:27:43 +00:00
|
|
|
font-size: 18px;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2016-12-29 20:27:43 +00:00
|
|
|
margin-top: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sub-lead-text {
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-dark-blue-grey;
|
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
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|