add background styles for join flow images

This commit is contained in:
Ben Wheeler 2019-10-03 19:24:43 -04:00
parent 6430c58478
commit 6da150d02e

View file

@ -100,6 +100,10 @@
margin: 0 auto;
}
.country-step-image {
background-color: $ui-purple;
}
.join-flow-password-section {
margin-top: 1.125rem;
}
@ -109,6 +113,10 @@
margin: 0 auto;
}
.birthdate-step-image {
background-color: $ui-magenta;
}
.join-flow-privacy-message {
margin: 1rem auto;
font-size: .75rem;
@ -158,6 +166,10 @@
margin-top: 0;
}
.email-step-image {
background-color: $dd-medium-blue;
}
.join-flow-registration-error {
padding-top: 5.5rem;
}
@ -184,6 +196,10 @@
margin-bottom: 1.25rem;
}
.welcome-step-image {
background-color: $ui-yellow;
}
.gender-radio-row {
transition: all .125s ease;
width: 20.875rem;