15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
|
|
.operatorCard {
|
||
|
|
:global(.ant-card-body) {
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
.cubeIcon {
|
||
|
|
&:hover {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.siderContent {
|
||
|
|
padding: 10px 4px;
|
||
|
|
}
|