mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
Scope all css rules to .mermaid
This commit is contained in:
parent
e20528ab0d
commit
be33c41a40
@ -1,4 +1,4 @@
|
|||||||
.mermaid .label {
|
.label {
|
||||||
font-family: 'trebuchet ms', verdana, arial;
|
font-family: 'trebuchet ms', verdana, arial;
|
||||||
color: #333
|
color: #333
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
.mermaid {
|
||||||
@import 'flow';
|
@import 'flow';
|
||||||
@import 'sequenceDiagram';
|
@import 'sequenceDiagram';
|
||||||
@import 'gantt';
|
@import 'gantt';
|
||||||
@ -22,3 +23,4 @@ div.mermaidTooltip {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user