mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
24 lines
463 B
Plaintext
24 lines
463 B
Plaintext
@import "variables";
|
|
@import "flow";
|
|
@import "sequenceDiagram";
|
|
@import "gantt";
|
|
@import "variables";
|
|
|
|
text {
|
|
font-family: 'trebuchet ms', verdana, arial;
|
|
font-size:28px;
|
|
}
|
|
|
|
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;
|
|
z-index:100;
|
|
} |