mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-12-24 11:51:06 +08:00
26 lines
395 B
CSS
26 lines
395 B
CSS
.customNodeBody {
|
|
position: relative;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
div.customHandle {
|
|
width: 90px;
|
|
height: 40px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
border-radius: 0;
|
|
transform: none;
|
|
border: none;
|
|
opacity: 0;
|
|
}
|
|
|
|
.drag-handle__custom {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: teal;
|
|
margin-left: 20px;
|
|
border-radius: 50%;
|
|
} |