[WIP] started working on the newsletter signups
This commit is contained in:
		
				
					committed by
					
						
						fabioberger
					
				
			
			
				
	
			
			
			
						parent
						
							cc33101923
						
					
				
				
					commit
					a9748e1b52
				
			@@ -63,10 +63,9 @@ const InputWrapper = styled.div`
 | 
			
		||||
const Input = styled.input`
 | 
			
		||||
    background-color: transparent;
 | 
			
		||||
    border: 0;
 | 
			
		||||
    padding-top: 1rem;
 | 
			
		||||
    padding-bottom: 1rem;
 | 
			
		||||
    border-bottom: 1px solid #cfcfcf;
 | 
			
		||||
    font-size: 1.25rem;
 | 
			
		||||
    font-family: 'Roboto Mono', sans-serif;
 | 
			
		||||
    font-size: 1.1rem;
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    outline: none;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
import * as React from 'react';
 | 
			
		||||
import React from 'react';
 | 
			
		||||
import styled, { withTheme } from 'styled-components';
 | 
			
		||||
 | 
			
		||||
import { ThemeValuesInterface } from 'ts/components/siteWrap';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user