hugo-theme-zzo/assets/sass/components/_diagram.scss

33 lines
520 B
SCSS
Raw Normal View History

// mermaid
2019-11-17 16:44:04 +00:00
.mermaid {
width: 100%;
text-align: center;
margin-bottom: 1rem;
overflow: auto;
}
.diagram {
2019-11-17 16:44:04 +00:00
overflow: auto;
margin-right: 1rem;
margin-bottom: 1rem;
border-radius: 0.25rem;
@include flexbox();
@include justify-content(center);
}
[id^=msc] {
overflow: auto;
margin: 0.5rem 0;
text-align: center;
}
[id^=flowchart] {
overflow: auto;
}
[id^=WaveDrom_Display] {
overflow: auto;
background-color: #FCFCFA;
border-radius: 0.25rem;
}