Files
supabase/apps/studio/styles/reactflow.scss
Bobbie Soedirgo 1d58f2a11b chore: use @supabase/pg-meta for role queries (#22821)
* chore: use @supabase/pg-meta for role queries

* chore: prettier

* fix: typo
2024-04-17 16:19:49 +07:00

19 lines
247 B
SCSS

.instance-configuration {
.react-flow__pane {
@apply cursor-default;
}
.react-flow__node {
@apply cursor-default;
}
}
.map-path {
animation: dash 8s linear infinite;
}
@keyframes dash {
to {
stroke-dashoffset: 100;
}
}