gender step passes a descriptionClassName

This commit is contained in:
Ben Wheeler 2019-08-19 01:23:42 +02:00
parent 69d509fdef
commit b7f5d9359c
2 changed files with 7 additions and 0 deletions

View file

@ -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'})}

View file

@ -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;