Skip to content

Commit

Permalink
Merge pull request #9 from kubeapps/update-logo
Browse files Browse the repository at this point in the history
Update logo
  • Loading branch information
prydonius authored Nov 23, 2017
2 parents 79e88ea + e5c8528 commit 4789206
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/app/header-bar/header-bar.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<header [ngClass]="{ 'header-bar': true, 'releases-enabled': config.releasesEnabled }">
<div class="header-bar__content">
<div class="header-bar__logo">
<h1>
<a href="/" routerLink="/" class="reverse">KubeApps Dashboard</a>
</h1>
<a href="/" routerLink="/" class="reverse">
<img alt="Kubeapps logo" src="/assets/images/logo.svg"/>
</a>
</div>
<nav class="header-bar__navigation">
<ul>
Expand Down
21 changes: 10 additions & 11 deletions src/app/header-bar/header-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@ $header-bar-padding-small: 0 2em;
}

&__logo {
display: inline-block;

h1 {
// Adjust it vertically
padding-top: .1em;
font-size: 1.5em;
margin: 0;
font-family: 'Ubuntu', sans-serif;
}
a:hover {
color: $text-white;
a {
display: block;

img {
height: 2.5em;
}

&:hover {
color: $text-white;
}
}
}

Expand Down
1 change: 1 addition & 0 deletions src/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4789206

Please sign in to comment.