www/themes/LoveIt/assets/lib/mermaid/mermaid.scss

20 Zeilen
250 B
SCSS

2020-05-28 14:55:57 +02:00
.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;
}
}