UNPKG

model-navigator-standalone

Version:

Standalone MDF graph model visualizer

69 lines 1.53 kB
export default function dictionaryStyle() { return { container: { fontFamily: "Raleway, sans-serif", paddingLeft: "0px", paddingRight: "0px", width: "100%", marginTop: "-22px" }, viewGraphContainer: { height: "90%", marginTop: "30px", marginLeft: "36px", marginRight: "36px", marginBottom: "36px", borderRadius: "5px" }, reactFlowContainer: { marginTop: "30px", marginLeft: "36px", marginBottom: "36px", borderRadius: "5px", overflowY: "scroll" }, viewTableOuterContainer: { height: "100%" }, viewTableContainer: { height: "89.5%", marginTop: "19px", marginLeft: "19px", marginRight: "17px", borderRadius: "25px", overflowY: "auto", boxShadow: "rgba(0, 0, 0, 0.35) 0px 5px 15px" }, tabPrimaryColor: { fontWeight: "700", opacity: "1", color: "#6E6E6E", fontSize: "18px", fontFamily: "Lato" }, tabHighlightColor: { color: "#467B95", fontWeight: "bold", fontSize: "18px", fontFamily: "Lato" }, hrLine: { boxShadow: "-0.01em 0 .4em #c4c4c4", borderBottom: "0.1em #4c4c4", marginTop: "-3px", height: "0px" }, tabs: { paddingLeft: "10%" }, tabItems: { boxShadow: "inset 1px -11px 10px -7px rgb(50 50 50 / 25%)" }, graphView: { height: "100%" }, tableViewTabPanel: { overflow: "scroll" } }; }