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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-input-title {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-07-23 12:09:10 -04:00
|
|
|
.select .join-flow-select {
|
2019-07-17 11:47:32 -04:00
|
|
|
width: 9.125rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-flow-select-month {
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|