2019-06-23 03:35:23 -07:00
|
|
|
// Primary Theme Color
|
|
|
|
$--color-primary: #ff6d5a;
|
|
|
|
$--color-primary-light: #fbebed;
|
|
|
|
|
|
|
|
// Dialog
|
|
|
|
$--custom-dialog-text-color: #666;
|
|
|
|
$--custom-dialog-background: #fff;
|
|
|
|
|
2021-05-29 11:31:21 -07:00
|
|
|
$--custom-font-black: #000;
|
|
|
|
$--custom-font-dark: #595e67;
|
2019-06-23 03:35:23 -07:00
|
|
|
$--custom-font-light: #777;
|
|
|
|
$--custom-font-very-light: #999;
|
|
|
|
|
|
|
|
$--custom-header-background: #384d5b;
|
|
|
|
|
|
|
|
$--custom-expression-text: #996688;
|
|
|
|
$--custom-expression-background: #f7f5ff;
|
|
|
|
|
|
|
|
$--custom-window-sidebar-top : #fff5f2;
|
|
|
|
|
|
|
|
$--custom-error-background : #ffe5e5;
|
|
|
|
$--custom-error-text : #eb2222;
|
|
|
|
$--custom-running-background : #ffffe5;
|
|
|
|
$--custom-running-text : #eb9422;
|
|
|
|
$--custom-success-background : #e3f0e4;
|
2021-05-29 11:31:21 -07:00
|
|
|
$--custom-success-text-light: #2f4;
|
2019-06-23 03:35:23 -07:00
|
|
|
$--custom-success-text : #40c351;
|
2021-03-02 23:31:55 -08:00
|
|
|
$--custom-warning-background : #ffffe5;
|
|
|
|
$--custom-warning-text : #eb9422;
|
2019-06-23 03:35:23 -07:00
|
|
|
|
2019-06-27 02:27:02 -07:00
|
|
|
$--custom-node-view-background : #faf9fe;
|
|
|
|
|
2019-06-23 03:35:23 -07:00
|
|
|
// Table
|
2021-05-29 11:31:21 -07:00
|
|
|
$--custom-table-background-main: $--custom-header-background;
|
|
|
|
$--custom-table-background-stripe-color: #f6f6f6;
|
|
|
|
$--custom-table-background-hover-color: #e9f0f4;
|
2019-06-23 03:35:23 -07:00
|
|
|
|
|
|
|
$--custom-input-background: #f0f0f0;
|
|
|
|
$--custom-input-background-disabled: #ccc;
|
|
|
|
$--custom-input-font: #333;
|
2021-05-29 11:31:21 -07:00
|
|
|
$--custom-input-border-color: #dcdfe6;
|
2019-06-23 03:35:23 -07:00
|
|
|
$--custom-input-font-disabled: #555;
|
2021-05-29 11:31:21 -07:00
|
|
|
$--custom-input-border-shadow: 1px solid $--custom-input-border-color;
|
|
|
|
|
|
|
|
$--header-height: 65px;
|
|
|
|
|
|
|
|
$--sidebar-width: 65px;
|
|
|
|
$--sidebar-expanded-width: 200px;
|
|
|
|
$--tags-manager-min-height: 300px;
|
|
|
|
|
|
|
|
// based on element.io breakpoints
|
|
|
|
$--breakpoint-xs: 768px;
|
|
|
|
$--breakpoint-sm: 992px;
|
|
|
|
$--breakpoint-md: 1200px;
|
|
|
|
$--breakpoint-lg: 1920px;
|
|
|
|
|
|
|
|
// scrollbars
|
|
|
|
$--scrollbar-thumb-color: lighten($--color-primary, 20%);
|
|
|
|
|
|
|
|
// tags
|
|
|
|
$--tag-background-color: #dce1e9;
|
|
|
|
$--tag-text-color: #3d3f46;
|
|
|
|
$--tag-close-background-color: #717782;
|
|
|
|
$--tag-close-background-hover-color: #3d3f46;
|
2019-06-23 03:35:23 -07:00
|
|
|
|
2021-06-17 22:58:26 -07:00
|
|
|
// Node creator
|
|
|
|
$--node-creator-width: 385px;
|
|
|
|
$--node-creator-text-color: #555;
|
|
|
|
$--node-creator-select-background-color: #f2f4f8;
|
|
|
|
$--node-creator-background-color: #fff;
|
|
|
|
$--node-creator-search-background-color: #fff;
|
|
|
|
$--node-creator-border-color: #dbdfe7;
|
|
|
|
$--node-creator-item-hover-border-color: #8d939c;
|
|
|
|
$--node-creator-arrow-color: #8d939c;
|
|
|
|
$--node-creator-no-results-background-color: #f8f9fb;
|
|
|
|
$--node-creator-close-button-color: #fff;
|
|
|
|
$--node-creator-search-clear-background-color: #8d939c;
|
|
|
|
$--node-creator-search-clear-background-color-hover: #3d3f46;
|
|
|
|
$--node-creator-search-placeholder-color: #909399;
|
|
|
|
$--node-creator-subcategory-panel-header-bacground-color: #f2f4f8;
|
|
|
|
$--node-creator-description-color: #7d7d87;
|
|
|
|
|
|
|
|
// trigger icon
|
|
|
|
$--trigger-icon-border-color: #dcdfe6;
|
|
|
|
$--trigger-icon-background-color: #fff;
|