parent
80627b2c32
commit
b784cb158b
@ -0,0 +1,47 @@
|
|||||||
|
.node-container {
|
||||||
|
border-radius: 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
color: white;
|
||||||
|
min-width: 150px;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
|
.node-header {
|
||||||
|
padding: 5px 15px;
|
||||||
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.node-content {
|
||||||
|
display: flex;
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
padding: 15px 5px;
|
||||||
|
min-height: 10px;
|
||||||
|
|
||||||
|
.node-inputs,
|
||||||
|
.node-outputs {
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
.node-input-label {
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 2px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.node-inputs {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.node-outputs {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.node-footer {
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #000000;
|
||||||
|
padding: 5px 20px;
|
||||||
|
border-top: 1px solid rgba(204, 204, 204, 0.18);
|
||||||
|
min-height: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue