Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request poanetwork#11 from poanetwork/update-logo
(Fix) Update logo and dependencies
  • Loading branch information
vbaranov committed Aug 9, 2018
2 parents 3031c06 + 220dcf1 commit 148f5b5
Show file tree
Hide file tree
Showing 9 changed files with 3,188 additions and 2,658 deletions.
1,591 changes: 859 additions & 732 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -13,11 +13,11 @@
"author": "poanetwork",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"ethereumjs-tx": "^1.3.4",
"body-parser": "^1.18.3",
"ethereumjs-tx": "^1.3.7",
"express": "^4.16.3",
"moment": "^2.21.0",
"moment": "^2.22.2",
"querystring": "^0.2.0",
"web3": "^1.0.0-beta.31"
"web3": "^1.0.0-beta.35"
}
}
Binary file added public/assets/images/poa.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/stylesheets/application.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion public/assets/stylesheets/index/footer.scss
Expand Up @@ -37,7 +37,8 @@
width: 126px;
height: 24px;
background-image: url(../images/FAUCET_footer.png);
background-position: 0 0;
background-position: -37px 0;
background-repeat: no-repeat;
}

.rights {
Expand Down
3 changes: 2 additions & 1 deletion public/assets/stylesheets/index/header.scss
Expand Up @@ -25,7 +25,8 @@
width: 182px;
height: 35px;
background-image: url(../images/faucet_top.png);
background-position: 0 0;
background-position: -54px 0;
background-repeat: no-repeat;
}

&-new-ballot {
Expand Down
5 changes: 4 additions & 1 deletion public/assets/stylesheets/index/socials.scss
Expand Up @@ -41,7 +41,10 @@
&:before {
width: 16px;
height: 14px;
background-position: 0 -16px;
background-position: center;
background-image: url(../images/poa.png);
background-repeat: no-repeat;
background-size: 16px 5px;
}
}

Expand Down

0 comments on commit 148f5b5

Please sign in to comment.