feat: Add core components and styling for the new simulation dashboard editor.
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user