feat: Add core components and styling for the new simulation dashboard editor.

This commit is contained in:
2025-12-20 16:39:37 +05:30
parent a30b42d39e
commit 6f15b2fecc
3 changed files with 34 additions and 8 deletions

View File

@@ -12,7 +12,13 @@
left: 0;
pointer-events: none;
*> {
// Utility class to disable transitions during drag/resize
.no-transition,
.no-transition * {
transition: none !important;
}
* > {
pointer-events: auto;
}
@@ -479,9 +485,7 @@
.colorValue {
width: 100%;
background: linear-gradient(90.85deg,
rgba(240, 228, 255, 0.3) 3.6%,
rgba(211, 174, 253, 0.3) 96.04%);
background: linear-gradient(90.85deg, rgba(240, 228, 255, 0.3) 3.6%, rgba(211, 174, 253, 0.3) 96.04%);
text-align: center;
padding: 4px 0;
border-radius: 100px;
@@ -1116,4 +1120,4 @@
}
}
}
}
}