Skip to content

Instantly share code, notes, and snippets.

@maxehnert
Created September 1, 2016 14:34
Show Gist options
  • Save maxehnert/8802e1faf9f3b1a8e80ca2a6b4589155 to your computer and use it in GitHub Desktop.
Save maxehnert/8802e1faf9f3b1a8e80ca2a6b4589155 to your computer and use it in GitHub Desktop.
export default {
white: '#FFFFFF',
black: '#0F0F0E',
anchorEl: {
textDecoration: 'none',
color: 'inherit'
},
centerText: {
textAlign: 'center'
}
}
import globalVars from './globals'
const { white, lightGray, gray, lightRed, centerText } = globalVars
export const HomeStyles = {
forgotPassword: {
paddingTop: '35px',
...centerText
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment