Files
vue-flow/docs2/components/examples/multi/style.css
2022-08-01 21:10:14 +02:00

19 lines
245 B
CSS

.vue-flow__node.dark {
background: #000000;
color: #ffffff;
}
.multiflows {
display: flex;
height: 100%;
}
.multiflows .vue-flow {
width: 100%;
height: 100%;
}
.multiflows .vue-flow:first-child {
border-right: 2px solid #333;
}