UNPKG

model-navigator-standalone

Version:

Standalone MDF graph model visualizer

26 lines (24 loc) 452 B
export default function actionLayerStyle() { return { actionLayer: { position: 'absolute', zIndex: '1', left: '420px', }, clearSearch: { marginLeft: '25px', marginTop: '15px', cursor: 'pointer', fontSize: '14px', fontWeight: '600', height: '40px', padding: '1px 20px', textTransform: 'none', color: '#fff', backgroundColor: '#B54717 !important', }, zvalue: { zIndex: '0', } }; }