moved build to docs

This commit is contained in:
Ollie Ballinger
2022-11-17 17:43:35 +00:00
parent 3589114277
commit 368fccf241
87 changed files with 139 additions and 6447 deletions

View File

@@ -0,0 +1,13 @@
.mermaidTooltip {
position: absolute;
text-align: center;
max-width: 200px;
padding: 2px;
font-family: "trebuchet ms", verdana, arial;
font-size: 12px;
background: #ffffde;
border: 1px solid #aaaa33;
border-radius: 2px;
pointer-events: none;
z-index: 1000;
}