File size: 170 Bytes
dcce454
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.operatorCard {
  :global(.ant-card-body) {
    padding: 10px;
  }
  .cubeIcon {
    &:hover {
      cursor: pointer;
    }
  }
}

.siderContent {
  padding: 10px 4px;
}