diff options
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 |