mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
add background styles for join flow images
This commit is contained in:
parent
6430c58478
commit
6da150d02e
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue