First integration. BitPay invoice generation is ready. Fake responses from amazon
This commit is contained in:
parent
2c442d3642
commit
2c89ff7f66
17 changed files with 734 additions and 2 deletions
22
src/sass/amazon.scss
Normal file
22
src/sass/amazon.scss
Normal 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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue