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