Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(styles): use svg main logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wilmer committed May 13, 2016
1 parent 3cd8f55 commit c9b8b0e
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 6 deletions.
104 changes: 104 additions & 0 deletions app/images/NHI_GDC_DataPortal-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions app/styles/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,15 @@ pre code {
}

.navbar-brand {
background:url(/images/logo-GDC-data-portal.png) no-repeat 10px 7px;
background-size: 100%;
background:url(/images/NHI_GDC_DataPortal-logo.svg) no-repeat;
width: 275px;
height: 47px;
text-indent:-10000px;
overflow:hidden;
margin-right:0;
height: 50px;
text-indent: -10000px;
overflow: hidden;
margin-right: 0;
position: relative;
top: 6px;
left: 10px;
}

@media (min-width:768px) and (max-width: 991px) {
Expand Down

0 comments on commit c9b8b0e

Please sign in to comment.