svg-layout-designer-react/src/Editor.scss
Siklos 340cc86aa9
All checks were successful
continuous-integration/drone/push Build is passing
Extract Editor from App
2022-08-04 14:53:49 +02:00

22 lines
No EOL
303 B
SCSS

svg {
height: 100%;
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; }
}