diff options
| author | bobzel <zzzman@gmail.com> | 2020-04-29 11:55:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 11:55:38 -0400 |
| commit | a5b7e73784e3f03ca7677f1d1f00b9943b40f0ec (patch) | |
| tree | bd9645f717946e76ae26bd6bc06bd5fbe78620bb /src/client/views/animationtimeline/Track.scss | |
| parent | 6b2896756c55727ed397c223187cb03fe8a51a59 (diff) | |
| parent | f78d614f99fed4555f7a1211e522e34efc19f809 (diff) | |
Merge pull request #355 from browngraphicslab/monika_animation
Monika animation
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 |
