From 0a9826806b26fd179b739bd2c1ca9fcb114e321f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 24 Aug 2017 23:18:01 +0200 Subject: Add IoT logo and change top bar color. --- webapp/assets/images/iot-bzh-logo-small.png | Bin 0 -> 14449 bytes webapp/src/app/app.component.css | 22 +++++-- webapp/src/app/app.component.html | 7 +- webapp/src/app/config/config.component.css | 5 ++ webapp/src/app/config/config.component.html | 9 +-- webapp/src/app/devel/build/build.component.css | 9 ++- webapp/src/app/devel/build/build.component.html | 83 +++++++++++++----------- webapp/src/app/devel/build/build.component.ts | 13 ++-- webapp/src/app/devel/devel.component.ts | 7 +- webapp/src/index.html | 5 +- 10 files changed, 98 insertions(+), 62 deletions(-) create mode 100644 webapp/assets/images/iot-bzh-logo-small.png (limited to 'webapp') diff --git a/webapp/assets/images/iot-bzh-logo-small.png b/webapp/assets/images/iot-bzh-logo-small.png new file mode 100644 index 0000000..2c3b2ae Binary files /dev/null and b/webapp/assets/images/iot-bzh-logo-small.png differ diff --git a/webapp/src/app/app.component.css b/webapp/src/app/app.component.css index 0ec4936..a47ad13 100644 --- a/webapp/src/app/app.component.css +++ b/webapp/src/app/app.component.css @@ -1,13 +1,18 @@ -.navbar-inverse { - background-color: #330066; +.navbar { + background-color: whitesmoke; } .navbar-brand { - background: #330066; - color: white; font-size: x-large; + font-variant: small-caps; + color: #5a28a1; } +a.navbar-brand { + margin-top: 5px; +} + + .navbar-nav ul li a { color: #fff; } @@ -15,3 +20,12 @@ .menu-text { color: #fff; } + +#logo-iot { + padding: 0 2px; + height: 60px; +} + +li>a { + color:#5a28a1; +} diff --git a/webapp/src/app/app.component.html b/webapp/src/app/app.component.html index b02dbe2..a889b12 100644 --- a/webapp/src/app/app.component.html +++ b/webapp/src/app/app.component.html @@ -1,4 +1,5 @@ -