mermaid/src/less/default/mermaid.less

24 lines
474 B
Plaintext
Raw Normal View History

@import "variables";
@import "flow";
@import "sequenceDiagram";
@import "gantt";
@import "classDiagram";
2015-12-27 15:57:11 +01:00
.node text {
font-family: 'trebuchet ms', verdana, arial;
2017-04-22 20:37:43 +08:00
font-size: 14px;
}
div.mermaidTooltip {
position: absolute;
text-align: center;
max-width: 200px;
padding: 2px;
font-family: 'trebuchet ms', verdana, arial;
font-size: 12px;
background: @secondBkg;
border: 1px solid @border2;
border-radius: 2px;
pointer-events: none;
2017-04-22 20:37:43 +08:00
z-index: 100;
2017-04-22 20:26:53 +08:00
}