UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

25 lines 551 B
const table = { main: { marginTop: '15px', marginBottom: '15px', borderSpacing: 0 }, tableHeader: { textAlign: 'left', backgroundColor: '#00497b', padding: '10px', borderBottom: '1px solid #ddd', color: 'white' }, tableContent: { textAlign: 'left', padding: '10px ', borderBottom: '1px solid #eee' }, itemSelected: { background: '#c1c1c1', color: 'white' } }; export default table; //# sourceMappingURL=table.js.map