cullmann.io/themes/CodeIT/assets/lib/mermaid/mermaid.scss

20 lines
252 B
SCSS
Raw Normal View History

2021-02-18 21:44:01 +01:00
.page .mermaid {
width: 100%;
margin: 3% auto;
text-align: center;
& > svg {
max-width: 100%;
}
@import "themes/neutral/index";
2021-02-18 22:21:36 +01:00
[theme="dark"] & {
2021-02-18 21:44:01 +01:00
@import "themes/dark/index";
}
div.mermaidTooltip {
z-index: 50;
}
}