view.ui.css 553 B

1234567891011
  1. .status-done .label-dot {background-color: #0DBB7D;}
  2. .status-doing .label-dot {background-color: #FF6F42;}
  3. .status-pause .label-dot {background-color: #B89664;}
  4. .status-draft .label-dot {background-color: #8166EE;}
  5. .status-cancel .label-dot {background-color: #838A9D;}
  6. .status-closed .label-dot {background-color: #9EA3B0;}
  7. .status-changing .label-dot {background-color: #FB2B2B;}
  8. .status-reviewing .label-dot {background-color: #18A6FD;}
  9. .status-active .label-dot, .status-wait .label-dot {background-color: #313C52;}
  10. .todo-id {border-radius: 10px;}