2019-07-15 12:50:43 -04:00
|
|
|
@import "../../colors";
|
|
|
|
@import "../../frameless";
|
|
|
|
|
|
|
|
.join-flow-input {
|
|
|
|
width: 100%;
|
|
|
|
height: 2.75rem;
|
|
|
|
border-radius: .5rem;
|
|
|
|
background-color: $ui-white;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: 0 0 0 .25rem $ui-blue-25percent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-08-10 09:55:59 -04:00
|
|
|
.join-flow-password-confirm {
|
|
|
|
margin-bottom: .6875rem;
|
|
|
|
}
|
|
|
|
|
2019-08-01 15:40:46 -04:00
|
|
|
.join-flow-input-tall {
|
|
|
|
height: 3rem;
|
|
|
|
}
|
|
|
|
|
2019-07-15 12:50:43 -04:00
|
|
|
.join-flow-input-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
|
2019-08-01 16:27:54 -04:00
|
|
|
.join-flow-instructions {
|
|
|
|
font-size: .875rem;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.37500rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-07-15 12:50:43 -04:00
|
|
|
.validation-full-width-input {
|
|
|
|
transform: translate(21.5625rem, 0);
|
|
|
|
}
|
|
|
|
|
2019-07-26 16:26:11 -04:00
|
|
|
.validation-birthdate-input {
|
|
|
|
transform: translate(8.75rem, .25rem);
|
|
|
|
width: 7.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media #{$intermediate-and-smaller} {
|
|
|
|
.validation-full-width-input {
|
|
|
|
transform: unset;
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.validation-birthdate-input {
|
|
|
|
transform: unset;
|
|
|
|
width: 8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-08-08 14:52:08 -04:00
|
|
|
.select .join-flow-select-month {
|
2019-07-17 11:47:32 -04:00
|
|
|
width: 9.125rem;
|
2019-08-08 14:52:08 -04:00
|
|
|
margin-right: .5rem;
|
2019-07-17 11:47:32 -04:00
|
|
|
}
|
|
|
|
|
2019-08-08 14:52:08 -04:00
|
|
|
.select .join-flow-select-country {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
2019-07-17 11:47:32 -04:00
|
|
|
}
|
|
|
|
|
2019-07-15 12:50:43 -04:00
|
|
|
.join-flow-password-section {
|
|
|
|
margin-top: 1.125rem;
|
|
|
|
}
|
2019-07-17 11:47:32 -04:00
|
|
|
|
|
|
|
.birthdate-select-row {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2019-08-01 22:27:47 -04:00
|
|
|
|
2019-08-17 00:52:52 -04:00
|
|
|
.join-flow-inner-username-step {
|
|
|
|
padding-top: 2.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-inner-birthdate-step {
|
|
|
|
padding-top: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-inner-gender-step {
|
|
|
|
/* need height so that flex will adjust children proportionately */
|
2019-08-18 20:13:35 -04:00
|
|
|
height: 27.25rem;
|
|
|
|
padding-top: 2.625rem;
|
|
|
|
padding-bottom: 1rem;
|
2019-08-17 00:52:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-inner-country-step {
|
|
|
|
padding-top: 3.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-inner-email-step {
|
|
|
|
padding-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-inner-welcome-step {
|
2019-07-26 14:12:43 -04:00
|
|
|
padding-top: 3rem;
|
2019-07-26 13:44:34 -04:00
|
|
|
}
|
|
|
|
|
2019-08-20 14:34:59 -04:00
|
|
|
.join-flow-birthdate-description {
|
|
|
|
margin-left: -.5rem;
|
|
|
|
margin-right: -.5rem;
|
|
|
|
}
|
|
|
|
|
2019-08-18 19:23:42 -04:00
|
|
|
.join-flow-gender-description {
|
|
|
|
margin-top: .625rem;
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
}
|
|
|
|
|
2019-07-26 13:44:34 -04:00
|
|
|
.gender-radio-row {
|
|
|
|
transition: all .125s ease;
|
|
|
|
width: 20.875rem;
|
|
|
|
height: 2.85rem;
|
|
|
|
background-color: $ui-gray;
|
|
|
|
border-radius: .5rem;
|
|
|
|
margin-bottom: 0.375rem;
|
|
|
|
padding-left: 0.8125rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2019-08-19 20:48:32 -04:00
|
|
|
.gender-radio-row:hover {
|
|
|
|
background-color: $ui-blue-10percent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gender-radio-row-selected, .gender-radio-row-selected:hover {
|
2019-07-26 13:44:34 -04:00
|
|
|
transition: all .125s ease;
|
|
|
|
background-color: $ui-blue-25percent;
|
|
|
|
}
|
|
|
|
|
2019-08-01 22:27:47 -04:00
|
|
|
.join-flow-next-button-arrow {
|
|
|
|
width: 2rem;
|
|
|
|
height: 2rem;
|
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
2019-08-01 15:40:46 -04:00
|
|
|
|
2019-08-16 17:13:24 -04:00
|
|
|
.modal-inner-content-email {
|
|
|
|
padding-top: 2.9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-email-checkbox-row {
|
|
|
|
font-size: .75rem;
|
|
|
|
margin: .25rem .125rem;
|
|
|
|
}
|
|
|
|
|
2019-08-13 12:17:15 -04:00
|
|
|
a.join-flow-link:link, a.join-flow-link:visited, a.join-flow-link:active {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|