|
| 1 | +@import './designer-theme.scss'; |
| 2 | + |
| 3 | +$joinColor: #2a2a2a; |
| 4 | + |
| 5 | +@include sqd-theme-ui-toolbox( |
| 6 | + 'soft', |
| 7 | + $groupBackgroundColor: #efefef, |
| 8 | + $filterBorder: 1px solid #dbdbdb, |
| 9 | + $filterBorderColorFocused: #c3c3c3, |
| 10 | + $panelBoxShadow: (0 1px 4px rgba(0, 0, 0, 0.15)) |
| 11 | +); |
| 12 | +@include sqd-theme-ui-toolbox-item( |
| 13 | + 'soft', |
| 14 | + $itemBorder: 1px solid #dbdbdb, |
| 15 | + $itemBorderHovered: #cfcfcf, |
| 16 | + $itemBoxShadow: (0 1px 3px rgba(0, 0, 0, 0.1)), |
| 17 | + $noIconBackgroundColor: #e9e9e9 |
| 18 | +); |
| 19 | +@include sqd-theme-ui-control-bar('soft', $panelBoxShadow: (0 1px 4px rgba(0, 0, 0, 0.15))); |
| 20 | +@include sqd-theme-ui-editor('soft', $panelBoxShadow: (0 1px 4px rgba(0, 0, 0, 0.15)), $toggleBoxShadow: (0 1px 4px rgba(0, 0, 0, 0.1))); |
| 21 | +@include sqd-theme-ui-context-menu('soft'); |
| 22 | + |
| 23 | +@include sqd-theme-workspace('soft'); |
| 24 | +@include sqd-theme-line-grid('soft', $strokeColor: #ebebeb); |
| 25 | +@include sqd-theme-join('soft', $joinStrokeColor: $joinColor); |
| 26 | +@include sqd-theme-region('soft', $strokeColor: #e9e9e9); |
| 27 | +@include sqd-theme-placeholder('soft', $rectFillColor: #e9e9e9, $rectStrokeColor: #707070); |
| 28 | +@include sqd-theme-validation-error-badge('soft'); |
| 29 | + |
| 30 | +@include sqd-theme-start-stop-root-component('soft', $circleFillColor: #3747dd); |
| 31 | + |
| 32 | +@include sqd-theme-task-step-component( |
| 33 | + 'soft', |
| 34 | + $rectStrokeColor: #dbdbdb, |
| 35 | + $rectShadow: (0 1px 3px rgba(0, 0, 0, 0.1)), |
| 36 | + $emptyIconColor: #e9e9e9, |
| 37 | + $inputStrokeColor: $joinColor, |
| 38 | + $outputFillColor: $joinColor |
| 39 | +); |
| 40 | +@include sqd-theme-switch-step-component( |
| 41 | + 'soft', |
| 42 | + $labelPrimaryFillColor: #3747dd, |
| 43 | + $labelSecondaryTextColor: #555555, |
| 44 | + $labelSecondaryFillColor: #e9e9e9, |
| 45 | + $inputStrokeColor: $joinColor |
| 46 | +); |
| 47 | +@include sqd-theme-container-step-component('soft', $labelFillColor: #3747dd, $inputStrokeColor: $joinColor); |
0 commit comments