Skip to content

Commit

Permalink
Fix some style lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timmartin committed May 25, 2020
1 parent 266d8cd commit b269491
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.node-label {
border-radius: 6px 6px 0 0;
padding: 6px;
background: #55aaff;
background: #5af;
}

.input-port {
Expand All @@ -56,19 +56,19 @@
padding: 6px;
display: flex;

&>.link-label {
& > .link-label {
flex-grow: 1;
}

&>.port {
& > .port {
flex-grow: 0;
}
}

min-width: 100px;
border-radius: 6px;
border: 1px solid #bbbbbb;
box-shadow: 2px 2px 2px #bbbbbb;
border: 1px solid #bbb;
box-shadow: 2px 2px 2px #bbb;
}
}
}

0 comments on commit b269491

Please sign in to comment.