aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/TimelineOverview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.scss')
-rw-r--r--src/client/views/animationtimeline/TimelineOverview.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/animationtimeline/TimelineOverview.scss b/src/client/views/animationtimeline/TimelineOverview.scss
new file mode 100644
index 000000000..a71abf348
--- /dev/null
+++ b/src/client/views/animationtimeline/TimelineOverview.scss
@@ -0,0 +1,13 @@
+.timeline-overview-container{
+ width: 300px;
+ height: 40px;
+ margin-top: 10px;
+ margin-left: 20px;
+ background: white;
+ border: 1px solid black;
+ .timeline-overview-visible{
+ height: 100%;
+ background: green;
+ border: 1px solid black;
+ }
+} \ No newline at end of file