diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-04-29 15:36:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 15:36:17 -0700 |
| commit | 7afb42395c730216fcdce77758edc9c54a273289 (patch) | |
| tree | 3f4209ed36f96ba4b55394ed092366de75a1f198 /src/client/views/animationtimeline/Track.scss | |
| parent | dfa9b765a2918e2e4613d57ac70370b2dc292726 (diff) | |
| parent | d66aaffc27405f4231a29cd6edda3477077ae946 (diff) | |
Merge branch 'master' into snapper
Diffstat (limited to 'src/client/views/animationtimeline/Track.scss')
| -rw-r--r-- | src/client/views/animationtimeline/Track.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/animationtimeline/Track.scss b/src/client/views/animationtimeline/Track.scss new file mode 100644 index 000000000..aec587a79 --- /dev/null +++ b/src/client/views/animationtimeline/Track.scss @@ -0,0 +1,15 @@ +@import "./../globalCssVariables.scss"; + +.track-container { + + .track { + .inner { + top: 0px; + width: calc(100%); + background-color: $light-color; + border: 1px solid $dark-color; + position: relative; + z-index: 100; + } + } +}
\ No newline at end of file |
