Skip to content

Commit

Permalink
update fairwinds logo (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Brennan authored Jul 25, 2019
1 parent 7f42841 commit edccf88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
13 changes: 2 additions & 11 deletions pkg/dashboard/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@ body {
}

.navbar .logo {
width: 250px;
}

.navbar span.oss-text {
color: #23103A;
display: block;
font-size: 11px;
margin-bottom: 3px;
padding-left: 66px;
margin-bottom: -8px;
height: 80px;
}

.navbar .fw-logo {
height: 50px;
height: 64px;
}

.navbar a {
Expand Down
Binary file added pkg/dashboard/assets/images/oss-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions pkg/dashboard/templates/navbar.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
</a>
<div class="navbar-right">
<a href="https://fairwinds.com?source=polaris" target="_blank">
<span class="oss-text">An Open Source Project By</span>
<img class="fw-logo" src="static/images/fw-logo.svg" alt="Fairwinds" />
<img class="fw-logo" src="static/images/oss-logo.png" alt="Fairwinds" />
</a>
</div>
</div>
Expand Down

0 comments on commit edccf88

Please sign in to comment.