diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index 42e7aed..f14bb88 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -19,6 +19,13 @@ li { overflow-x: hidden; } +.navbar-brand mat-icon { + color: #dadada; + width: 135px; + height: 40px; + stroke: #dadada; +} + .version-label { position: absolute; top: 27px; diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index ced3df4..784f13e 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -4,7 +4,7 @@
diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index 9c88d7d..d59eb83 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -34,6 +34,7 @@ export class AppComponent implements OnInit { // a map of svgIcon names and associated svg file names // to load from assets/icon folder svgIcons = { + 'opt-logo': '../opt-logo', 'add': 'outline-add_box-24px', 'add-user': 'twotone-person_add-24px', 'award': 'award', diff --git a/static/src/assets/.gitkeep b/static/src/assets/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/static/src/assets/award.png b/static/src/assets/award.png deleted file mode 100644 index fbabac3..0000000 Binary files a/static/src/assets/award.png and /dev/null differ diff --git a/static/src/assets/opt-logo-klein.png b/static/src/assets/opt-logo-klein.png deleted file mode 100644 index 4399c62..0000000 Binary files a/static/src/assets/opt-logo-klein.png and /dev/null differ diff --git a/static/src/assets/opt-logo.svg b/static/src/assets/opt-logo.svg new file mode 100644 index 0000000..45859be --- /dev/null +++ b/static/src/assets/opt-logo.svg @@ -0,0 +1,4 @@ + +