UNPKG

sequential-workflow-designer

Version:

Customizable no-code component for building flow-based programming applications.

216 lines (197 loc) 4.63 kB
/* internal */ .sqd-theme-soft .sqd-toolbox { background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); border: none; border-radius: 10px; } .sqd-theme-soft .sqd-toolbox-header-title { color: #000; } .sqd-theme-soft .sqd-toolbox-filter-input { background: #fff; color: #000; border: 1px solid #dbdbdb; border-radius: 10px; } .sqd-theme-soft .sqd-toolbox-filter-input:focus { border-color: #c3c3c3; } .sqd-theme-soft .sqd-toolbox-group-title { color: #000; background: #efefef; border-radius: 10px; } .sqd-theme-soft .sqd-toolbox-item { color: #000; border: 1px solid #dbdbdb; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); background: #fff; border-radius: 5px; } .sqd-theme-soft .sqd-toolbox-item:hover { border-color: #cfcfcf; background: #fff; } .sqd-theme-soft .sqd-toolbox-item .sqd-toolbox-item-icon.sqd-no-icon { background: #e9e9e9; border-radius: 4px; } .sqd-theme-soft .sqd-control-bar { background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); border: none; border-radius: 10px; } .sqd-theme-soft .sqd-control-bar-button { border: 1px solid #c3c3c3; background: #fff; border-radius: 5px; } .sqd-theme-soft .sqd-control-bar-button:hover { border-color: #939393; background: #fff; } .sqd-theme-soft .sqd-control-bar-button .sqd-icon-path { fill: #000; } .sqd-theme-soft .sqd-control-bar-button.sqd-delete .sqd-icon-path { fill: #e01a24; } .sqd-theme-soft .sqd-smart-editor { background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .sqd-theme-soft .sqd-smart-editor-toggle { background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); } .sqd-theme-soft.sqd-context-menu { background: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border: none; border-radius: 4px; } .sqd-theme-soft .sqd-context-menu-group { color: #888; } .sqd-theme-soft .sqd-context-menu-item { color: #000; border-radius: 4px; } .sqd-theme-soft .sqd-context-menu-item:hover { background: #eee; } .sqd-theme-soft.sqd-designer { background: #f9f9f9; } .sqd-theme-soft .sqd-line-grid-path { stroke: #ebebeb; stroke-width: 1; } .sqd-theme-soft .sqd-join { stroke-width: 2; stroke: #2a2a2a; } .sqd-theme-soft .sqd-region { stroke: #e9e9e9; stroke-width: 2; stroke-dasharray: 3; } .sqd-theme-soft .sqd-region.sqd-selected { stroke: #ed4800; stroke-width: 2; stroke-dasharray: 0; } .sqd-theme-soft .sqd-placeholder .sqd-placeholder-rect { fill: #e9e9e9; stroke: #707070; stroke-width: 1; stroke-dasharray: 3; } .sqd-theme-soft .sqd-placeholder.sqd-hover .sqd-placeholder-rect { fill: #ed4800; } .sqd-theme-soft .sqd-placeholder-icon-path { fill: #2b2b2b; } .sqd-theme-soft .sqd-placeholder.sqd-hover .sqd-placeholder-icon-path { fill: #fff; } .sqd-theme-soft .sqd-validation-error { fill: #ffa200; } .sqd-theme-soft .sqd-validation-error-icon-path { fill: #000; } .sqd-theme-soft .sqd-root-start-stop-circle { fill: #3747dd; } .sqd-theme-soft .sqd-root-start-stop-icon { fill: #fff; } .sqd-theme-soft .sqd-step-task .sqd-step-task-rect { fill: #fff; stroke-width: 1; stroke: #dbdbdb; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1)); } .sqd-theme-soft .sqd-step-task .sqd-step-task-rect.sqd-selected { stroke: #ed4800; stroke-width: 2; } .sqd-theme-soft .sqd-step-task .sqd-step-task-text { fill: #000; } .sqd-theme-soft .sqd-step-task .sqd-step-task-empty-icon { fill: #e9e9e9; } .sqd-theme-soft .sqd-step-task .sqd-input { fill: #fff; stroke-width: 2; stroke: #2a2a2a; } .sqd-theme-soft .sqd-step-task .sqd-output { fill: #2a2a2a; stroke-width: 0; } .sqd-theme-soft .sqd-step-switch > .sqd-label-primary > .sqd-label-text { fill: #fff; } .sqd-theme-soft .sqd-step-switch > .sqd-label-primary > .sqd-label-rect { fill: #3747dd; stroke-width: 0; } .sqd-theme-soft .sqd-step-switch > .sqd-label-secondary > .sqd-label-rect { fill: #e9e9e9; stroke-width: 0; } .sqd-theme-soft .sqd-step-switch > .sqd-label-secondary > .sqd-label-text { fill: #555555; } .sqd-theme-soft .sqd-step-switch > g > .sqd-input { fill: #fff; stroke-width: 2; stroke: #2a2a2a; } .sqd-theme-soft .sqd-step-launch-pad > g > .sqd-input { fill: #fff; stroke-width: 2; stroke: #2a2a2a; } .sqd-theme-soft .sqd-step-launch-pad > g > .sqd-output { fill: #2a2a2a; stroke-width: 0; } .sqd-theme-soft .sqd-step-container > .sqd-label > .sqd-label-text { fill: #fff; } .sqd-theme-soft .sqd-step-container > .sqd-label > .sqd-label-rect { fill: #3747dd; stroke-width: 0; } .sqd-theme-soft .sqd-step-container > g > .sqd-input { fill: #fff; stroke-width: 2; stroke: #2a2a2a; }