first commit

This commit is contained in:
ls
2025-02-18 19:37:27 +08:00
commit 787039b71f
662 changed files with 168418 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.bpmn-color .bpmn-icon-start-event-none:before {
color: #12c2e9;
}
.bpmn-color .bpmn-icon-task:before {
color: #c471ed;
}
.bpmn-color .bpmn-icon-end-event-none:before {
color: #f64f59;
}
.bpmn-color .bpmn-icon-intermediate-event-none:before{
color: #00ff00
}
.bpmn-color .bpmn-icon-gateway-none:before{
color:#ff0000
}