2018-03-13 14:49:46 +08:00
|
|
|
@import 'flowchart';
|
2018-03-12 20:10:33 +08:00
|
|
|
@import 'sequence';
|
|
|
|
@import 'gantt';
|
|
|
|
@import 'class';
|
|
|
|
@import 'git';
|
2019-09-11 21:20:28 +02:00
|
|
|
@import 'pie';
|
2019-10-11 18:12:24 +02:00
|
|
|
@import 'state';
|
|
|
|
|
2019-10-12 16:53:21 +02:00
|
|
|
// .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';
|
2019-10-11 18:12:24 +02:00
|
|
|
}
|
2019-10-12 16:53:21 +02:00
|
|
|
|
2020-06-06 12:42:35 +02:00
|
|
|
.error-icon {
|
|
|
|
fill: $errorBkgColor;
|
|
|
|
}
|
|
|
|
.error-text {
|
|
|
|
fill: $errorTextColor;
|
|
|
|
stroke: $errorTextColor;
|
|
|
|
}
|