File size: 441 Bytes
dcce454
78dc980
438f028
 
 
 
 
dcce454
 
 
 
 
 
 
 
 
be99f83
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.textUpdaterNode {
  // height: 50px;
  box-shadow:
    -6px 0 12px 0 rgba(179, 177, 177, 0.08),
    -3px 0 6px -4px rgba(0, 0, 0, 0.12),
    -6px 0 16px 6px rgba(0, 0, 0, 0.05);

  padding: 5px;
  border-radius: 5px;
  background: white;
  label {
    display: block;
    color: #777;
    font-size: 12px;
  }
}
.selectedNode {
  border-color: #1677ff;
}

.handle {
  display: inline-flex;
  text-align: center;
  // align-items: center;
}