Display pitch correctly on congratulations page
[MAILPOET-2142]
This commit is contained in:
committed by
Jack Kitterhing
parent
81f1db2336
commit
a222d91d71
@@ -36,3 +36,10 @@
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mailpoet_congratulate_success.mailpoet_congratulate_mss_pitch {
|
||||||
|
.button,
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -7,7 +7,7 @@ import WelcomeWizardPitchMSSStep from '../../../wizard/steps/pitch_mss_step.jsx'
|
|||||||
|
|
||||||
function PitchMss(props) {
|
function PitchMss(props) {
|
||||||
return (
|
return (
|
||||||
<div className="mailpoet_congratulate_success">
|
<div className="mailpoet_congratulate_success mailpoet_congratulate_mss_pitch">
|
||||||
<h1>{MailPoet.I18n.t('congratulationsMSSPitchHeader')}</h1>
|
<h1>{MailPoet.I18n.t('congratulationsMSSPitchHeader')}</h1>
|
||||||
<WelcomeWizardStepLayoutBody
|
<WelcomeWizardStepLayoutBody
|
||||||
illustrationUrl={props.MSSPitchIllustrationUrl}
|
illustrationUrl={props.MSSPitchIllustrationUrl}
|
||||||
|
Reference in New Issue
Block a user