diff options
| author | loudonclear <adkim414@gmail.com> | 2019-06-19 10:33:11 -0400 |
|---|---|---|
| committer | loudonclear <adkim414@gmail.com> | 2019-06-19 10:33:11 -0400 |
| commit | 454dfcbcc7cf9ac8b859c3457c6e75efb1a2b12f (patch) | |
| tree | 00b59e453b467f45c06fea6bf6f22a3c27e19e9f /src/client/views/nodes/Track.scss | |
| parent | a659c41447ed5bbef653a34d840c90a0ebd0de6e (diff) | |
structural change
Diffstat (limited to 'src/client/views/nodes/Track.scss')
| -rw-r--r-- | src/client/views/nodes/Track.scss | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/client/views/nodes/Track.scss b/src/client/views/nodes/Track.scss new file mode 100644 index 000000000..9c6ab08f0 --- /dev/null +++ b/src/client/views/nodes/Track.scss @@ -0,0 +1,42 @@ +.track-container { + height: 100px; + width: 500px; + background-color: rgb(160, 226, 243); + position: absolute; + left: 15%; + top: 1%; + font-size: 75%; + + .track { + height: 60px; + width: 500px; + bottom: 0px; + background-color: grey; + position: absolute; + } + + .inner { + height: 44px; + width: 484px; + background-color: black; + //opacity: 0.5; + position: absolute; + margin: 8px; + z-index: 10; + } + + button { + height: 30px; + width: 50px; + font-size: 1em; + position: relative; + margin: 5px; + } + + input { + height: 30px; + width: 100px; + font-size: 1em; + margin: 5px; + } +}
\ No newline at end of file |
