Extract Editor from App
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72dfb4f9bb
commit
340cc86aa9
5 changed files with 373 additions and 314 deletions
22
src/App.scss
22
src/App.scss
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue