mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
19 lines
250 B
SCSS
19 lines
250 B
SCSS
.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;
|
|
}
|
|
}
|