diff --git a/src/containers/AuthenticationPage/AuthenticationPage.css b/src/containers/AuthenticationPage/AuthenticationPage.css index 39e40c40..7f0a8446 100644 --- a/src/containers/AuthenticationPage/AuthenticationPage.css +++ b/src/containers/AuthenticationPage/AuthenticationPage.css @@ -50,6 +50,18 @@ text-align: left; } +/* Terms of Service modal*/ + +.termsWrapper { + width: 100%; + padding-top: 40px; + + @media (--viewportMedium) { + width: 571px; + padding-top: 11px; + } +} + /* ================ Hide Top bar in screens smaller than 768px ================ */ .hideOnMobile { diff --git a/src/containers/AuthenticationPage/AuthenticationPage.js b/src/containers/AuthenticationPage/AuthenticationPage.js index 9bdeccd3..05362867 100644 --- a/src/containers/AuthenticationPage/AuthenticationPage.js +++ b/src/containers/AuthenticationPage/AuthenticationPage.js @@ -247,7 +247,9 @@ export class AuthenticationPageComponent extends Component { onClose={() => this.setState({ tosModalOpen: false })} onManageDisableScrolling={onManageDisableScrolling} > - +
+ +
diff --git a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap index 518fc389..7904a06f 100644 --- a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap +++ b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap @@ -88,10 +88,12 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = ` onClose={[Function]} onManageDisableScrolling={[Function]} > - +
+ +