Implement node property typing

See https://github.com/node-red/designs/pull/37
This commit is contained in:
Nick O'Leary
2021-01-08 14:19:12 +00:00
parent 7913b3cbc2
commit ea2e3f25d8
10 changed files with 145 additions and 53 deletions

View File

@@ -131,10 +131,10 @@
width: 120px;
background-size: contain;
position: relative;
&:not(.red-ui-palette-node-config):first-child {
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child {
margin-top: 15px;
}
&:not(.red-ui-palette-node-config):last-child {
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child {
margin-bottom: 15px;
}
}