Switch to own input classes

This commit is contained in:
lukasmartinelli
2016-09-13 19:46:44 +02:00
parent ae0a12dcd8
commit 740f80117a
5 changed files with 48 additions and 23 deletions

View File

@@ -37,6 +37,16 @@ export const colors = {
...themeColors
}
export const inputBase = {
display: 'block',
border: '1px solid rgb(36, 36, 36)',
height: 30,
width: '100%',
paddingLeft: 5,
paddingRight: 5,
backgroundColor: colors.gray,
}
const scale = [3, 5, 10, 30, 40]
const fontSizes = [28, 24, 20, 16, 14, 12, 10]