mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
Added extension markers for classDiagrams
Added styling (forest) for classDiagrams
This commit is contained in:
22
src/less/forest/classDiagram.less
Normal file
22
src/less/forest/classDiagram.less
Normal 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;
|
||||
}
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user