#2315 Adding the possibility to add actor figures as participants

This commit is contained in:
Knut Sveidqvist
2021-09-16 20:43:10 +02:00
parent 0d91eee5e0
commit 6ce1c80a47
7 changed files with 206 additions and 21 deletions

View File

@@ -95,6 +95,15 @@ const getStyles = (options) =>
fill: ${options.activationBkgColor};
stroke: ${options.activationBorderColor};
}
.actor-man line {
stroke: ${options.actorBorder};
fill: ${options.actorBkg};
}
.actor-man circle, line {
stroke: ${options.actorBorder};
fill: ${options.actorBkg};
stroke-width: 2px;
}
`;
export default getStyles;