mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
11 lines
295 B
SCSS
Vendored
11 lines
295 B
SCSS
Vendored
$primary-color: #84C56A;
|
|
$primary-title-color: #303133;
|
|
$primary-text-color: #606266;
|
|
$primary-desc-color: #909399;
|
|
|
|
$flow-status-archived-color: #7f7f7f;
|
|
$flow-status-start-color: #FF7070;
|
|
$flow-status-progress-color: #fc984b;
|
|
$flow-status-test-color: #2f99ec;
|
|
$flow-status-end-color: #0bc037;
|