first commit
This commit is contained in:
19
base-vue/src/style/bpmn-custom-color.css
Normal file
19
base-vue/src/style/bpmn-custom-color.css
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user