Fixed visuals and targeting during onboarding

This commit is contained in:
frikky
2022-01-04 02:36:05 +01:00
parent b0efab9505
commit a900b5aa71
11 changed files with 312 additions and 123 deletions
+11 -1
View File
@@ -9,7 +9,7 @@ const data = [{
'text-algin': 'center',
'width': '85px',
'height': '85px',
'border-width': '1px',
'border-width': '3px',
'border-color': '#8a8a8a',
'color': '#f85a3e',
'text-margin-x': '0px',
@@ -42,6 +42,16 @@ const data = [{
'font-size': '13px',
},
},
{
selector: `node[!is_valid]`,
css: {
'height': '20px',
'width': '20px',
'background-color': '#6d9eeb',
'border-color': '#4c6ea4',
'border-width': '1px',
},
},
{
selector: `edge[?human]`,
css: {