您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
51 行
770 B
51 行
770 B
MaterialGraphNode {
|
|
flex-direction: column;
|
|
}
|
|
|
|
MaterialGraphNode #slots {
|
|
flex-direction: row;
|
|
}
|
|
|
|
MaterialGraphNode #slots #input {
|
|
flex:1;
|
|
flex-direction: column;
|
|
}
|
|
|
|
MaterialGraphNode #slots #output {
|
|
flex:1;
|
|
flex-direction: column;
|
|
}
|
|
|
|
MaterialGraphNode #controls {
|
|
flex-direction: column;
|
|
height: 26;
|
|
}
|
|
|
|
MaterialGraphNode #controls #element{
|
|
flex-direction: column;
|
|
flex:1;
|
|
}
|
|
|
|
MaterialGraphNode #preview {
|
|
flex-direction: column;
|
|
}
|
|
|
|
MaterialGraphNode #preview #image {
|
|
height: 200;
|
|
width: 200;
|
|
align-self: center;
|
|
}
|
|
|
|
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;
|
|
}*/
|