Files
xyflow/packages/svelte/src/styles/style.css
T

18 lines
357 B
CSS

/* this gets exported as style.css and can be used for the default theming */
@import '../../../system/src/styles/init.css';
@import '../../../system/src/styles/style.css';
.svelte-flow__edge-label {
text-align: center;
position: absolute;
font-size: 10px;
}
.svelte-flow__nodes {
z-index: 0;
}
.svelte-flow__edgelabel-renderer {
z-index: 0;
}