2023-12-11 04:32:55 -05:00
|
|
|
.onboarding-data-collection-wrapper {
|
2023-11-01 09:33:25 -04:00
|
|
|
max-width: 720px;
|
2023-10-17 06:46:23 -04:00
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-12-11 04:32:55 -05:00
|
|
|
gap: 10px;
|
|
|
|
|
|
|
|
.onboarding-data-collection-form {
|
|
|
|
background: #fff;
|
|
|
|
padding: 24px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 24px;
|
|
|
|
}
|
2023-10-17 06:46:23 -04:00
|
|
|
|
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-11 04:32:55 -05:00
|
|
|
|
|
|
|
.onboarding-collapse-button {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
color: @blue-50;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onboarding-collapse-button,
|
|
|
|
.onboarding-privacy-extended {
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
padding: 0 24px;
|
|
|
|
}
|
|
|
|
}
|
2023-10-17 06:46:23 -04:00
|
|
|
}
|
2023-12-06 06:24:16 -05:00
|
|
|
|
|
|
|
.onboarding-data-collection-form-margin {
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
}
|
|
|
|
}
|
2024-04-18 05:58:57 -04:00
|
|
|
|
2024-04-24 04:23:49 -04:00
|
|
|
.compromised-password-content {
|
2024-04-18 05:58:57 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2024-04-22 05:50:22 -04:00
|
|
|
gap: 12px;
|
2024-04-18 05:58:57 -04:00
|
|
|
}
|