mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
26 lines
499 B
SCSS
26 lines
499 B
SCSS
@import 'flowchart';
|
|
@import 'sequence';
|
|
@import 'gantt';
|
|
@import 'class';
|
|
@import 'git';
|
|
@import 'pie';
|
|
@import 'state';
|
|
|
|
// .composit {
|
|
// fill: white;
|
|
// border-bottom: 1px
|
|
// }
|
|
|
|
:root {
|
|
--mermaid-font-family: '"trebuchet ms", verdana, arial';
|
|
--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive;
|
|
// --mermaid-alt-font-family: '"Lucida Console", Monaco, monospace';
|
|
}
|
|
|
|
.error-icon {
|
|
fill: $errorBkgColor;
|
|
}
|
|
.error-text {
|
|
fill: $errorTextColor;
|
|
stroke: $errorTextColor;
|
|
} |