summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/lib/mermaid/mermaid.scss
blob: 000eca8fd7e6772e03e3bd7721d2cf335f7d753f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.page .mermaid {
  width: 100%;
  margin: 3% auto;
  text-align: center;

  & > svg {
    max-width: 100%;
  }

  @import "themes/neutral/index";

  [theme="dark"] & {
    @import "themes/dark/index";
  }

  div.mermaidTooltip {
    z-index: 50;
  }
}