diff --git a/src/_colors.scss b/src/_colors.scss index cc0d46c71..5401a6541 100644 --- a/src/_colors.scss +++ b/src/_colors.scss @@ -28,8 +28,9 @@ $background-color: hsla(0, 0, 99, 1); //#FDFDFD $ui-aqua: hsla(163, 85, 40, 1); // #0FBD8C Extension Primary $ui-purple: hsla(260, 100, 70, 1); // #9966FF Looks Primary $ui-purple-dark: hsla(260, 60, 60, 1); // #774DCB Looks Secondary +$ui-magenta: hsla(300, 53%, 60%, 1); /* #CF63CF Sounds Primary */ -$ui-yellow: hsla(45, 100, 50, 1); // #FFBF00 Control Primary +$ui-yellow: hsla(45, 100, 50, 1); // #FFBF00 Events Primary $ui-coral: hsla(350, 100, 70, 1); // #FF6680 More Blocks Primary $ui-coral-dark: hsla(350, 100, 60, 1); // #FF3355 More Blocks tertiary @@ -63,3 +64,4 @@ $link-blue: $ui-blue; /* Down Deep */ $dd-darkblue: hsla(195, 72.4, 17.1, 1); +$dd-medium-blue: hsla(195, 72.4, 42, .65); diff --git a/src/components/join-flow/birthdate-step.jsx b/src/components/join-flow/birthdate-step.jsx index 7e507468b..4773d6d9e 100644 --- a/src/components/join-flow/birthdate-step.jsx +++ b/src/components/join-flow/birthdate-step.jsx @@ -90,6 +90,7 @@ class BirthDateStep extends React.Component { } = props; return ( )} + headerImgClass="email-step-image" headerImgSrc="/images/join-flow/email-header.png" innerClassName="join-flow-inner-email-step" nextButton={this.props.intl.formatMessage({id: 'registration.createAccount'})} diff --git a/src/components/join-flow/join-flow-step.jsx b/src/components/join-flow/join-flow-step.jsx index d26e35d03..4c0f4dbf2 100644 --- a/src/components/join-flow/join-flow-step.jsx +++ b/src/components/join-flow/join-flow-step.jsx @@ -14,6 +14,7 @@ const JoinFlowStep = ({ description, descriptionClassName, footerContent, + headerImgClass, headerImgSrc, nextButton, onSubmit, @@ -24,7 +25,12 @@ const JoinFlowStep = ({
{headerImgSrc && ( -
+