UNPKG

model-navigator-standalone

Version:

Standalone MDF graph model visualizer

24 lines 487 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' } }; }