diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-12 17:04:36 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-12 17:04:36 -0400 |
| commit | eab360d4c415163e4bfe14f167c84b58902971b5 (patch) | |
| tree | 096eecebb849ee38d8956e7dbf8684fe34e509a7 /src/client/views/animationtimeline/TimelineOverview.scss | |
| parent | bfe1be9425fed19be30ebf21bcdd7eadf5844c28 (diff) | |
authoring/play mode and timeline overview
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.scss')
| -rw-r--r-- | src/client/views/animationtimeline/TimelineOverview.scss | 13 |
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 |
