Portal/rsconcept/frontend/src/components/ui/Synthesis/SynthesisFlow.css
2024-06-21 19:56:30 +03:00

19 lines
266 B
CSS

.Flow {
flex-grow: 1;
font-size: 12px;
}
.react-flow__node-input {
border: 1px solid #555;
padding: 10px;
width: 150px;
border-radius: 5px;
}
.react-flow__node-custom {
border: 1px solid #555;
padding: 10px;
width: 250px;
border-radius: 5px;
}