diff --git a/client/assets/css/main.css b/client/assets/css/main.css index 1f80008..a75dbed 100644 --- a/client/assets/css/main.css +++ b/client/assets/css/main.css @@ -1,3 +1,16 @@ +a { + color: #1e3650; +} + +.btn-primary { + background: #1e3650; + border-color: #0e2640; +} + +.nav-pills .nav-link.active { + background: #1e3650; +} + .legend { color: #777; margin: 3px 0; @@ -36,13 +49,13 @@ } #pointer { - height: 75vh; + height: calc(100vh - 50px); margin: auto; background: #ccc; } #scrollbar { - height: 75vh; + height: calc(100vh - 50px); width: 50px; background: #333; position: absolute; @@ -50,6 +63,17 @@ right: 0; } +#pointer-buttons { + position: absolute; + margin-top: -42px; + width: 100%; + z-index: 110; +} + +#pointer-buttons .btn { + height: 50px; +} + #disconneced { position: absolute; top: 0; @@ -63,3 +87,7 @@ color: #fff; font-weight: bold; } + +#nav { + border-bottom: 2px solid #1e3650; +} diff --git a/client/index.html b/client/index.html index 030a83e..8b77332 100644 --- a/client/index.html +++ b/client/index.html @@ -152,7 +152,9 @@
- +
+ +