anycoder-32591c7b / styles /globals.css
hasanalrobasi's picture
Upload styles/globals.css with huggingface_hub
02ba671 verified
raw
history blame contribute delete
328 Bytes
@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];
}