diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-20 13:46:55 -0500 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-02-20 13:46:55 -0500 |
commit | b8762e80e3fd6b1c78b62f6bd50acb2029a68f58 (patch) | |
tree | 021f6331b60d9914b95c28e3590e97c2753fd532 /src/client/views/nodes/PhysicsSimulationBox.scss | |
parent | 57be7b707694fcc3a2a7a6da6c8cd7782e4eb088 (diff) |
start sim settings menu
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationBox.scss')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationBox.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsSimulationBox.scss index cfe2ee6ca..9efe835a3 100644 --- a/src/client/views/nodes/PhysicsSimulationBox.scss +++ b/src/client/views/nodes/PhysicsSimulationBox.scss @@ -49,3 +49,19 @@ button { user-select: none; pointer-events: none; } + +.mechanicsSimulationSettingsMenu { + width: 100%; + height: 100%; + font-size: 12px; + background-color: purple; + border-radius: 2px; + border-color: black; + border-style: solid; + z-index: 20000; +} + +.mechanicsSimulationSettingsMenuRow { + display: flex; + z-index: 20000; +}
\ No newline at end of file |