Spaces:
Running
Running
| @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]; | |
| } |