Added extension markers for classDiagrams

Added styling (forest) for classDiagrams
This commit is contained in:
knsv
2015-11-04 20:38:14 +01:00
parent a9ac654040
commit c8fef693fa
4 changed files with 137 additions and 80 deletions

View File

@@ -0,0 +1,22 @@
g.classGroup text {
fill:@nodeBorder;
stroke:none;
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
g.classGroup rect {
fill:@nodeBkg;
stroke: @nodeBorder;
}
g.classGroup line {
stroke: @nodeBorder;
stroke-width:1;
}
.relation {
stroke: @nodeBorder;
stroke-width: 1;
fill:none;
}

View File

@@ -2,11 +2,11 @@
@import "flow";
@import "sequenceDiagram";
@import "gantt";
@import "variables";
@import "classDiagram";
text {
font-family: 'trebuchet ms', verdana, arial;
font-size:14px;
font-size:28px;
}
div.mermaidTooltip {