aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/Keyframe.scss
diff options
context:
space:
mode:
authorloudonclear <adkim414@gmail.com>2019-06-19 10:33:11 -0400
committerloudonclear <adkim414@gmail.com>2019-06-19 10:33:11 -0400
commit454dfcbcc7cf9ac8b859c3457c6e75efb1a2b12f (patch)
tree00b59e453b467f45c06fea6bf6f22a3c27e19e9f /src/client/views/nodes/Keyframe.scss
parenta659c41447ed5bbef653a34d840c90a0ebd0de6e (diff)
structural change
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