Spaces:
Running
Running
File size: 328 Bytes
02ba671 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | @tailwind base;
@tailwind components;
@tailwind utilities;
.react-flow__handle {
@apply bg-primary-500 w-3 h-3;
}
.react-flow__handle-left {
@apply left-[-6px];
}
.react-flow__handle-right {
@apply right-[-6px];
}
.react-flow__handle-top {
@apply top-[-6px];
}
.react-flow__handle-bottom {
@apply bottom-[-6px];
} |