@@ -24,6 +24,7 @@ import ReactRouterPropTypes from 'react-router-prop-types';
2424import intl from 'react-intl-universal' ;
2525import { login , loginRegistered } from '../utils/AuthService' ;
2626import cortexFetch from '../utils/Cortex' ;
27+ import './CheckoutAuthPage.less' ;
2728
2829const Config = require ( 'Config' ) ;
2930
@@ -128,15 +129,15 @@ class CheckoutAuthPage extends React.Component {
128129 < div >
129130 < div className = "app-main" data-region = "appMain" style = { { display : 'block' } } >
130131 < div className = "container" >
131- < h3 >
132+ < h3 className = "view-title" >
132133 { intl . get ( 'sign-in-to-proceed' ) }
133134 </ h3 >
134135 < div className = "checkout-auth-option-list equalize" >
135- < div data-region = "checkoutAutRegisterOptionRegion" style = { { display : 'block' } } >
136- < div className = "checkout-auth-option-container" style = { { minHeight : '259px' } } >
137- < h3 >
136+ < div className = "checkoutAutRegisterOptionRegion" data-region = "checkoutAutRegisterOptionRegion" style = { { display : 'block' } } >
137+ < div className = "checkout-auth-option-container" >
138+ < h2 >
138139 { intl . get ( 'create-an-account' ) }
139- </ h3 >
140+ </ h2 >
140141 < p >
141142 { intl . get ( 'create-an-account-message' ) }
142143 </ p >
@@ -145,11 +146,11 @@ class CheckoutAuthPage extends React.Component {
145146 </ button >
146147 </ div >
147148 </ div >
148- < div data-region = "checkoutAuthLoginOptionRegion" style = { { display : 'block' } } >
149- < div className = "checkout-auth-option-container" style = { { minHeight : '259px' } } >
150- < h3 >
149+ < div className = "checkoutAuthLoginOptionRegion" data-region = "checkoutAuthLoginOptionRegion" style = { { display : 'block' } } >
150+ < div className = "checkout-auth-option-container" >
151+ < h2 >
151152 { intl . get ( 'i-have-an-account' ) }
152- </ h3 >
153+ </ h2 >
153154 < form onSubmit = { this . loginRegisteredUser } >
154155 < div className = "auth-feedback-container" data-region = "authLoginFormFeedbackRegion" >
155156 { failedLogin ? intl . get ( 'invalid-username-or-password' ) : '' }
@@ -185,11 +186,11 @@ class CheckoutAuthPage extends React.Component {
185186 </ form >
186187 </ div >
187188 </ div >
188- < div data-region = "checkoutAuthAnonymousOptionRegion" style = { { display : 'block' } } >
189+ < div className = "checkoutAuthAnonymousOptionRegion" data-region = "checkoutAuthAnonymousOptionRegion" style = { { display : 'block' } } >
189190 < div className = "checkout-auth-option-container" >
190- < h3 >
191+ < h2 >
191192 { intl . get ( 'continue-without-account' ) }
192- </ h3 >
193+ </ h2 >
193194 < p >
194195 { intl . get ( 'continue-without-account-message' ) }
195196 { ' ' }
0 commit comments