First integration. BitPay invoice generation is ready. Fake responses from amazon

This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-13 11:48:48 -03:00
commit 2c89ff7f66
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
17 changed files with 734 additions and 2 deletions

22
src/sass/amazon.scss Normal file
View file

@ -0,0 +1,22 @@
.amazon-select-amount {
display: inline-block;
padding: 3px 15px;
background-color: #4B6178;
color: #ffffff;
border-radius: 5px;
margin: 0 5px;
&:hover {
color: #ffffff;
}
}
.amazon-amount {
display: inline-block;
background-color: #E4E8EC;
padding: 3px 10px;
width: 60px;
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
}

View file

@ -99,7 +99,7 @@ h4.title a {
}
}
.modal-content h4, .glidera h4, .coinbase h4 {
.modal-content h4, .glidera h4, .coinbase h4, .amazon h4 {
background: #F6F7F9;
padding: 25px 0px 5px 10px;
text-transform: uppercase;