Merge pull request #2812 from node-red/property-types

Support node property typing
This commit is contained in:
Nick O'Leary
2021-01-12 23:56:01 +00:00
committed by GitHub
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;
}
}