diff --git a/ui/src/onboarding/containers/LoginPage.scss b/ui/src/onboarding/containers/LoginPage.scss index 6de894f1b2..9e1d57675c 100644 --- a/ui/src/onboarding/containers/LoginPage.scss +++ b/ui/src/onboarding/containers/LoginPage.scss @@ -63,12 +63,6 @@ height: 100%; } -.sign-up--subheader { - padding: 24px; - text-align: center; - color: $g20-white; -} - .sign-up--page-contents { text-align: center; .cf-page-contents--padding { @@ -82,16 +76,6 @@ .sign-up--form-panel { max-width: 100%; } - - .sign-up--full-height { - min-height: 100%; - } - - .sign-up--panel { - height: 80vh; - padding: 64px; - max-height: 800px; - } } .sign-up--social-button-group { diff --git a/ui/src/onboarding/containers/LoginPage.tsx b/ui/src/onboarding/containers/LoginPage.tsx index a0df096327..69e451329b 100644 --- a/ui/src/onboarding/containers/LoginPage.tsx +++ b/ui/src/onboarding/containers/LoginPage.tsx @@ -1,6 +1,6 @@ // Libraries import React, {FC} from 'react' -import {AppWrapper, Columns, Grid, Page} from '@influxdata/clockface' +import {AppWrapper, Page} from '@influxdata/clockface' // Components import ErrorBoundary from 'src/shared/components/ErrorBoundary' @@ -20,17 +20,6 @@ export const LoginPage: FC = () => (
No credit card required
- - - - -