Skip to content

Commit

Permalink
update wcmc logo to new un environment one
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidstack committed Mar 23, 2017
1 parent a60f938 commit 2f5feb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/home/footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ footer

a.wcmc_unep
float: right
background: image-url('wcmc-small-logo.png') no-repeat 0 0
background: url('https://s3.amazonaws.com/wcmc.logo/UN-Environment-WCMC+logo+2017+grey.svg') no-repeat 0 0
background-size: contain
width: 77px
background-position: center
width: 90px
height: 43px

.reserved
Expand Down
5 changes: 4 additions & 1 deletion app/assets/stylesheets/home/header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ header
.logo
width: 75px
height: 38px
background: image-url('logo.png') no-repeat
background: url('https://s3.amazonaws.com/wcmc.logo/UN-Environment-WCMC+logo+2017+white.svg') no-repeat
background-size: 100%
background-position: center


@media #{$retina}
background-image: image-url('[email protected]')
Expand Down

0 comments on commit 2f5feb9

Please sign in to comment.