feat: Implement initial Simulation Dashboard with block and element editors, including core dependencies and styling.
This commit is contained in:
@@ -357,6 +357,7 @@
|
||||
|
||||
.select-type {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
|
||||
.type {
|
||||
flex: 1;
|
||||
@@ -547,7 +548,6 @@
|
||||
|
||||
.type-switch {
|
||||
display: flex;
|
||||
padding: 6px 12px;
|
||||
|
||||
.type {
|
||||
flex: 1;
|
||||
@@ -670,8 +670,8 @@
|
||||
|
||||
.icon {
|
||||
display: flex;
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
padding: 5px 4px;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
|
||||
&.active {
|
||||
|
||||
Reference in New Issue
Block a user