unified fontSize

This commit is contained in:
dzannotti 2015-08-10 20:57:09 +01:00
parent c2a92a79a6
commit 43983785b4
2 changed files with 1 additions and 4 deletions

View File

@ -17,13 +17,11 @@ const styles = {
display: 'inline-block' display: 'inline-block'
}, },
span: { span: {
fontSize: '0.85em',
cursor: 'default' cursor: 'default'
}, },
spanType: { spanType: {
marginLeft: 5, marginLeft: 5,
marginRight: 5, marginRight: 5
fontSize: '1em'
} }
}; };

View File

@ -17,7 +17,6 @@ const styles = {
display: 'inline-block' display: 'inline-block'
}, },
span: { span: {
fontSize: '0.85em',
cursor: 'default' cursor: 'default'
}, },
spanType: { spanType: {