mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
gender step passes a descriptionClassName
This commit is contained in:
parent
69d509fdef
commit
b7f5d9359c
2 changed files with 7 additions and 0 deletions
|
@ -81,6 +81,7 @@ class GenderStep extends React.Component {
|
|||
return (
|
||||
<JoinFlowStep
|
||||
description={this.props.intl.formatMessage({id: 'registration.genderStepDescription'})}
|
||||
descriptionClassName="join-flow-gender-description"
|
||||
infoMessage={this.props.intl.formatMessage({id: 'registration.genderStepInfo'})}
|
||||
innerClassName="join-flow-inner-gender-step"
|
||||
title={this.props.intl.formatMessage({id: 'registration.genderStepTitle'})}
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
/* need height so that flex will adjust children proportionately */
|
||||
height: 27.375rem;
|
||||
padding-top: 2.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.join-flow-inner-country-step {
|
||||
|
@ -100,6 +101,11 @@
|
|||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.join-flow-gender-description {
|
||||
margin-top: .625rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.gender-radio-row {
|
||||
transition: all .125s ease;
|
||||
width: 20.875rem;
|
||||
|
|
Loading…
Reference in a new issue