add initial components and utility functions for simulation and builder modules
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
width: fit-content;
|
||||
transition: width 0.2s;
|
||||
background-color: var(--background-color);
|
||||
z-index: #{$z-index-tools};
|
||||
.split {
|
||||
height: 20px;
|
||||
width: 2px;
|
||||
@@ -72,6 +73,7 @@
|
||||
box-shadow: #{$box-shadow-medium};
|
||||
padding: 8px;
|
||||
border-radius: #{$border-radius-large};
|
||||
background: var(--background-color);
|
||||
.option-list {
|
||||
margin: 4px 0;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user