livrare lot 2

This commit is contained in:
EVOTECH IT SRL 2026-07-10 03:39:53 -07:00
commit 8ecc78e729
763 changed files with 164593 additions and 0 deletions

View file

@ -0,0 +1,32 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
/* Fix React Flow node background */
.react-flow__node {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.react-flow__node-custom {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
.react-flow__node-default {
background: transparent !important;
border: none !important;
padding: 0 !important;
}