Skip to content

Commit

Permalink
chore: Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Sep 19, 2024
1 parent c7f65bc commit 03638f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/ui/src/components/workflows/abstract/WorkflowsNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ function handleOutClick(ev: DragEvent, outId: string) {
font-size: 16px;
}
.WorkflowsNodeBox.writer .title {
color: #4f4f4f;
background: linear-gradient(264deg, #f6effd 0.71%, #e4e9ff 100%);
}
.WorkflowsNodeBox.tool .title {
background: #4f4f4f;
color: #ffffff;
}
.main {
font-size: 14px;
padding: 12px 16px 12px 16px;
Expand Down

0 comments on commit 03638f5

Please sign in to comment.