您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
43 行
565 B
43 行
565 B
VerticalNode #top {
|
|
flex: 1;
|
|
align-items: flex-start;
|
|
flex-direction: row;
|
|
}
|
|
|
|
VerticalNode #bottom {
|
|
flex: 1;
|
|
align-items: flex-start;
|
|
flex-direction: row;
|
|
}
|
|
|
|
VerticalNode NodeAnchor {
|
|
height: 50;
|
|
flex:1;
|
|
}
|
|
|
|
Node {
|
|
flex-direction: row;
|
|
}
|
|
|
|
Node #input {
|
|
flex:1;
|
|
}
|
|
|
|
Node #output {
|
|
flex:1;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
NodeAnchor {
|
|
height: 26;
|
|
}
|
|
|
|
/* Example of dynamic properties
|
|
Read from the GridBackground decorator */
|
|
#contentViewContainer {
|
|
background-color:#404749;
|
|
line-color:#20293F;
|
|
thick-line-color:#030C22;
|
|
spacing:50.0;
|
|
thick-lines:10;
|
|
}
|