From 0887f21c9fe81eb4c5b167302d4739e38133e93c Mon Sep 17 00:00:00 2001 From: HardiReady Date: Tue, 3 Jul 2018 21:51:55 +0200 Subject: [PATCH] Update nav header design --- static/src/app/app.component.css | 10 +++++----- static/src/app/app.component.html | 5 ----- static/src/assets/opt-logo-klein.png | Bin 7847 -> 5594 bytes 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index cf1b8b8..da66690 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -30,12 +30,12 @@ li { } .version-label { - display: block; - position: fixed; - top: 32px; - left: 106px; + position: relative; + margin-right: -30px; + top: 27px; + left: -50px; font-size: 12px; - color: #7e7d64; + color: #bebebe; } #scrollTopBtn { diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index 319e0bf..a56ccc0 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -3,11 +3,6 @@