diff --git a/src/layouts/BrandVoices/components/SignUp.tsx b/src/layouts/BrandVoices/components/SignUp.tsx index 89232fd20..9887104ca 100644 --- a/src/layouts/BrandVoices/components/SignUp.tsx +++ b/src/layouts/BrandVoices/components/SignUp.tsx @@ -16,64 +16,5 @@ import { Grid, Row, Col } from '@zendeskgarden/react-grid'; import { XL, XXXL } from '@zendeskgarden/react-typography'; export const SignUp: React.FC = () => { - return ( - p.theme.space.base * 50}px; - padding-bottom: ${p => p.theme.space.base * 60}px; - - ${p => mediaQuery('down', 'md', p.theme)} { - padding-top: ${p => p.theme.space.base * 25}px; - padding-bottom: ${p => p.theme.space.base * 30}px; - } - - ${p => mediaQuery('down', 'sm', p.theme)} { - padding-top: ${p => p.theme.space.base * 15}px; - padding-bottom: ${p => p.theme.space.base * 18}px; - } - `} - > - - p.theme.space.md}; - margin-bottom: ${p => p.theme.space.md}; - `} - > - - - - Intrigued? - - - - - - - Sign Up and Stay in the Loop - - - - - - - - - - - - ); + return null; }; diff --git a/src/layouts/Dubbing/components/SignUp.tsx b/src/layouts/Dubbing/components/SignUp.tsx index 89232fd20..389c3002c 100644 --- a/src/layouts/Dubbing/components/SignUp.tsx +++ b/src/layouts/Dubbing/components/SignUp.tsx @@ -6,74 +6,7 @@ */ import React from 'react'; -import { css } from 'styled-components'; -import { SignUpForm } from './SignUpForm'; -import SignUpWidthLayout from './SignUpWidth'; -import { headerStyling, textStyling } from './Styles'; -import { Well } from '@zendeskgarden/react-notifications'; -import { mediaQuery } from '@zendeskgarden/react-theming'; -import { Grid, Row, Col } from '@zendeskgarden/react-grid'; -import { XL, XXXL } from '@zendeskgarden/react-typography'; export const SignUp: React.FC = () => { - return ( - p.theme.space.base * 50}px; - padding-bottom: ${p => p.theme.space.base * 60}px; - - ${p => mediaQuery('down', 'md', p.theme)} { - padding-top: ${p => p.theme.space.base * 25}px; - padding-bottom: ${p => p.theme.space.base * 30}px; - } - - ${p => mediaQuery('down', 'sm', p.theme)} { - padding-top: ${p => p.theme.space.base * 15}px; - padding-bottom: ${p => p.theme.space.base * 18}px; - } - `} - > - - p.theme.space.md}; - margin-bottom: ${p => p.theme.space.md}; - `} - > - - - - Intrigued? - - - - - - - Sign Up and Stay in the Loop - - - - - - - - - - - - ); + return null; }; diff --git a/src/layouts/PostProduction/components/SignUp.tsx b/src/layouts/PostProduction/components/SignUp.tsx index 89232fd20..389c3002c 100644 --- a/src/layouts/PostProduction/components/SignUp.tsx +++ b/src/layouts/PostProduction/components/SignUp.tsx @@ -6,74 +6,7 @@ */ import React from 'react'; -import { css } from 'styled-components'; -import { SignUpForm } from './SignUpForm'; -import SignUpWidthLayout from './SignUpWidth'; -import { headerStyling, textStyling } from './Styles'; -import { Well } from '@zendeskgarden/react-notifications'; -import { mediaQuery } from '@zendeskgarden/react-theming'; -import { Grid, Row, Col } from '@zendeskgarden/react-grid'; -import { XL, XXXL } from '@zendeskgarden/react-typography'; export const SignUp: React.FC = () => { - return ( - p.theme.space.base * 50}px; - padding-bottom: ${p => p.theme.space.base * 60}px; - - ${p => mediaQuery('down', 'md', p.theme)} { - padding-top: ${p => p.theme.space.base * 25}px; - padding-bottom: ${p => p.theme.space.base * 30}px; - } - - ${p => mediaQuery('down', 'sm', p.theme)} { - padding-top: ${p => p.theme.space.base * 15}px; - padding-bottom: ${p => p.theme.space.base * 18}px; - } - `} - > - - p.theme.space.md}; - margin-bottom: ${p => p.theme.space.md}; - `} - > - - - - Intrigued? - - - - - - - Sign Up and Stay in the Loop - - - - - - - - - - - - ); + return null; }; diff --git a/src/layouts/Root/components/Footer.tsx b/src/layouts/Root/components/Footer.tsx index 57ae863a5..4fea77f0e 100644 --- a/src/layouts/Root/components/Footer.tsx +++ b/src/layouts/Root/components/Footer.tsx @@ -99,37 +99,6 @@ const Footer: React.FC = ({ isSubscribing }) => { } `} > -
mediaQuery('down', 'md', p.theme)} { - width: 320px; - } - - ${p => mediaQuery('down', 'sm', p.theme)} { - width: 350px; - } - `} - > -

mediaQuery('down', 'sm', p.theme)} { - margin-bottom: 20px; - } - `} - > - Sign up with your email address to receive the Coqui newsletter. -

- -

{ - return ( - p.theme.space.base * 50}px; - padding-bottom: ${p => p.theme.space.base * 60}px; - - ${p => mediaQuery('down', 'md', p.theme)} { - padding-top: ${p => p.theme.space.base * 25}px; - padding-bottom: ${p => p.theme.space.base * 30}px; - } - - ${p => mediaQuery('down', 'sm', p.theme)} { - padding-top: ${p => p.theme.space.base * 15}px; - padding-bottom: ${p => p.theme.space.base * 18}px; - } - `} - > - - p.theme.space.md}; - margin-bottom: ${p => p.theme.space.md}; - `} - > - - - - Intrigued? - - - - - - - Sign Up and Stay in the Loop - - - - - - - - - - - - ); + return null; };