Merge branch 'develop' into feature/2249_sequence_diagram_popup_menus

This commit is contained in:
Knut Sveidqvist
2021-09-18 10:19:07 +02:00
committed by GitHub
63 changed files with 3271 additions and 62908 deletions

View File

@@ -106,6 +106,15 @@ const getStyles = (options) =>
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
.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;