diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-01-30 14:29:43 -0500 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-01-30 14:29:43 -0500 |
commit | 136d946b88ff817c2dd738553ddb2aea0a11f0e7 (patch) | |
tree | 7b3dac455b5151dd347a85ff07dfb753fb29c5f6 /src/client/views/nodes/PhysicsSimulationBox.scss | |
parent | d5ebbf476aeb7ce3f88e2e4c3961ffed4ed8e61a (diff) |
remove extraneous code
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationBox.scss')
-rw-r--r-- | src/client/views/nodes/PhysicsSimulationBox.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsSimulationBox.scss index f756d59fc..1db758540 100644 --- a/src/client/views/nodes/PhysicsSimulationBox.scss +++ b/src/client/views/nodes/PhysicsSimulationBox.scss @@ -67,3 +67,10 @@ button { .answer-inactive { pointer-events: none; } + +.angleLabel { + font-weight: bold; + font-size: 20px; + user-select: none; + pointer-events: none; +} |