Merge pull request #141 from Bitcoin-com/wallet/task/347

Adds faucet link
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-24 21:39:02 +09:00 committed by GitHub
commit e6da8056da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 146 additions and 14 deletions

View file

@ -69,7 +69,7 @@
}
&.icon-buy-bitcoin2 {
background-color: #494949;
border: 1px solid #faba13;
}
&.icon-reddit-white {
@ -83,6 +83,11 @@
background-color: #1da1f2;
background-size: 60%;
}
&.icon-faucet {
background-image: url('../img/icon-faucet.svg');
background-size: 70%;
}
}
}