aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/TimelineOverview.scss
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-12 17:04:36 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-12 17:04:36 -0400
commiteab360d4c415163e4bfe14f167c84b58902971b5 (patch)
tree096eecebb849ee38d8956e7dbf8684fe34e509a7 /src/client/views/animationtimeline/TimelineOverview.scss
parentbfe1be9425fed19be30ebf21bcdd7eadf5844c28 (diff)
authoring/play mode and timeline overview
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