2023-11-24 05:43:31 -05:00
|
|
|
.onboarding-confirm-email {
|
2023-10-26 08:26:40 -04:00
|
|
|
max-width: 400px;
|
|
|
|
padding: 24px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #fff;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 24px;
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 130px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
.text-danger {
|
|
|
|
display: flex;
|
|
|
|
gap: 6px;
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.form-actions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 12px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-24 05:43:31 -05:00
|
|
|
.onboarding-data-collection-form {
|
2023-11-01 09:33:25 -04:00
|
|
|
max-width: 720px;
|
2023-10-17 06:46:23 -04:00
|
|
|
padding: 24px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #fff;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 24px;
|
|
|
|
|
2023-11-08 05:07:42 -05:00
|
|
|
.ui-select-container,
|
|
|
|
.select-wrapper {
|
|
|
|
label {
|
|
|
|
font-size: 14px; // override DownshiftInput and Select component label size
|
|
|
|
}
|
2023-11-08 13:14:05 -05:00
|
|
|
|
|
|
|
.select-items {
|
|
|
|
max-height: 150px;
|
|
|
|
}
|
|
|
|
|
2023-11-08 05:07:42 -05:00
|
|
|
.select-trigger {
|
|
|
|
border: 1px solid @neutral-60;
|
|
|
|
color: @neutral-60;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-01 09:33:25 -04:00
|
|
|
.onboarding-question-title {
|
2023-10-17 06:46:23 -04:00
|
|
|
font-size: 20px;
|
2023-11-24 05:43:31 -05:00
|
|
|
border-bottom: none;
|
2023-11-01 09:33:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 16px;
|
2023-10-17 06:46:23 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 130px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 24px;
|
|
|
|
|
|
|
|
.group-horizontal {
|
|
|
|
display: flex;
|
|
|
|
justify-content: stretch;
|
|
|
|
gap: 24px;
|
|
|
|
|
2023-11-01 09:33:25 -04:00
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0;
|
|
|
|
}
|
|
|
|
|
2023-10-17 06:46:23 -04:00
|
|
|
.form-group {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-actions {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
> div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
|
|
|
|
button.btn-info-ghost {
|
2023-11-08 05:07:42 -05:00
|
|
|
color: @neutral-90;
|
2023-10-17 06:46:23 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.onboarding-step-2 {
|
|
|
|
.checkbox {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 06:24:16 -05:00
|
|
|
|
|
|
|
.onboarding-data-collection-form-margin {
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
}
|