aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/Keyframe.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/Keyframe.scss')
-rw-r--r--src/client/views/nodes/Keyframe.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/views/nodes/Keyframe.scss b/src/client/views/nodes/Keyframe.scss
new file mode 100644
index 000000000..efd335c89
--- /dev/null
+++ b/src/client/views/nodes/Keyframe.scss
@@ -0,0 +1,22 @@
+@import "./../globalCssVariables.scss";
+
+.bar {
+ height: 100%;
+ width: 5px;
+ background-color: green;
+ position: absolute;
+
+ // pointer-events: none;
+ .menubox {
+ width: 200px;
+ height: 200px;
+ top: 50%;
+ position: absolute;
+ background-color: $light-color;
+ .menutable{
+ tr:nth-child(odd){
+ background-color:$light-color-secondary;
+ }
+ }
+ }
+} \ No newline at end of file