Skip to content

Commit

Permalink
Changed CoPilot logo to svg. No more pixeled logo!
Browse files Browse the repository at this point in the history
  • Loading branch information
misterGF committed Mar 19, 2017
1 parent 19870ed commit 42ed5ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/components/Dash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<header class="main-header">
<a href="/" class="logo">
<!-- mini logo for sidebar mini 40x50 pixels -->
<span class="logo-mini"><img src="/static/img/logo_sm.png" alt="Logo" class="img-responsive center-block"></span>
<span class="logo-mini"><img src="/static/img/copilot-logo-white.svg" alt="Logo" class="img-responsive center-block"></span>
<!-- logo for regular state and mobile devices -->
<div class="container logo-lg">
<div class="pull-left image"><img src="/static/img/logo_sm.png" alt="Logo" class="img-responsive"></div>
<div class="pull-left info">CoPilot</div>
<div class="logo-lg">
<img src="/static/img/copilot-logo-white.svg" alt="Logo" class="img-responsive">
<span>CoPilot</span>
</div>
</a>

Expand Down Expand Up @@ -227,6 +227,20 @@ export default {
}
}
.logo-mini, .logo-lg {
text-align: left;
img {
padding: .4em;
}
}
.logo-lg {
img {
display: -webkit-inline-box;
width: 25%;
}
}
.user-panel {
height: 4em;
}
Expand Down
1 change: 1 addition & 0 deletions static/img/copilot-logo-white.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 42ed5ae

Please sign in to comment.