feat: introduce BlockComponent and comprehensive styling for interactive simulation dashboard blocks

This commit is contained in:
2025-12-20 15:08:56 +05:30
parent da539a92d0
commit f8a17dab84
2 changed files with 0 additions and 47 deletions

View File

@@ -96,27 +96,6 @@
&.draggable {
cursor: move;
&:hover .drag-handle {
background-color: rgba(33, 150, 243, 1);
}
.drag-handle {
position: absolute;
top: 5px;
left: 5px;
width: 20px;
height: 20px;
background-color: rgba(33, 150, 243, 0.8);
border-radius: 4px;
cursor: move;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
z-index: 10;
}
}
.element-button-container {