Skip to content

Commit

Permalink
Merge branch 'ft-twitter_verification'
Browse files Browse the repository at this point in the history
* ft-twitter_verification:
  Renamed label
  Added powered by mycrypto logo
  Added Powered By MyCrypto logo
  Removed TIP banner
  Added logic to handle Twitter badges
  • Loading branch information
409H committed Jun 13, 2018
2 parents ef59a78 + ae9aa9a commit 52aaa90
Show file tree
Hide file tree
Showing 16 changed files with 999 additions and 223 deletions.
444 changes: 281 additions & 163 deletions css/app.css

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions css/app.css.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@
width: 300px;

#content {
padding: 15px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background: url(/images/powered-by-mycrypto.png);
background-size: 85%;
background-position: bottom;
background-repeat: no-repeat;

#footer {
padding-top: 4em;
font-size: 70%;
}
}
Expand Down Expand Up @@ -102,6 +109,11 @@
margin-bottom: -0.2em;
}

#ext-etheraddresslookup-choose_blockchain {
margin-top:0;
margin-bottom:0;
}

/*Labels*/
@media print {
.ext-etheraddresslookup-label {
Expand Down
92 changes: 58 additions & 34 deletions css/settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions css/settings.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/powered-by-mycrypto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/twitter/blacklisted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/twitter/neutral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/twitter/whitelisted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 52aaa90

Please sign in to comment.