cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
32 lines (29 loc) • 415 B
JavaScript
const mainColor = '#06979e';
export const mainApp = {
a: {
color: mainColor,
},
ul: {
margin: 0,
padding: 0,
},
li: {
listStyle: 'none',
display: 'block',
},
};
export default {
colors: {
main: mainColor,
},
displayAsCell: {
display: 'table-cell',
},
link: {
color: mainColor,
cursor: 'pointer',
},
inlineBlock: {
display: 'inline-block',
},
};