19 lines
391 B
CSS
19 lines
391 B
CSS
|
|
.custom-node[data-v-2960f973] {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 120px;
|
|
height: 40px;
|
|
color: white;
|
|
background-color: #4a5568;
|
|
background-color: rgba(148, 146, 146, 0.32);
|
|
border: 1px solid rgba(148, 146, 146, 0.79);
|
|
border-radius: 3px;
|
|
}
|
|
.node-header[data-v-2960f973] {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|