Extract Editor from App
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-04 14:53:49 +02:00
parent 72dfb4f9bb
commit 340cc86aa9
5 changed files with 373 additions and 314 deletions

View file

@ -1,24 +1,6 @@
html,
body,
#root,
svg {
height: 100%;
#root {
width: 100%;
}
text {
font-size: 18px;
font-weight: 800;
fill: none;
fill-opacity: 0;
stroke: #000000;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
height: 100%;
}