diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-04-13 05:39:21 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-04-13 05:39:21 -0400 |
| commit | 3c8cb517c811f94dce1e3d8430e07af316642365 (patch) | |
| tree | 2d93f68507ededed70190c32682e8ecebbda74cb /src/client/views/nodes/trails/PresElementBox.scss | |
| parent | 5d1e3710a015d8915bd367ece753817d84d9d916 (diff) | |
Compile and make compatible all the scattered code I had for empowering trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.scss')
| -rw-r--r-- | src/client/views/nodes/trails/PresElementBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.scss b/src/client/views/nodes/trails/PresElementBox.scss index 4f95f0c1f..9ac2b5a94 100644 --- a/src/client/views/nodes/trails/PresElementBox.scss +++ b/src/client/views/nodes/trails/PresElementBox.scss @@ -4,6 +4,10 @@ $light-background: #ececec; $slide-background: #d5dce2; $slide-active: #5b9fdd; +.testingv2 { + background-color: red; +} + .presItem-container { cursor: grab; display: flex; |
