Added underline to header and align text the left.

This commit is contained in:
2018-01-09 22:49:00 +01:00
parent 9d2b904260
commit fe020faf21

View File

@@ -4,6 +4,17 @@ export default {
marginRight: 'auto',
marginLeft: 'auto',
},
tableHeader: {
},
col: {
cursor: 'pointer',
borderBottom: '1px solid #e0e0e0',
paddingBottom: '0.5em',
textAlign: 'left',
},
bodyCol: {
marginTop: '0.5em',
},
searchSidebar: {
height: '4em',