send working. Refactor paypro and payment intents
This commit is contained in:
parent
7f42d60d5d
commit
2fe6ec4c6a
21 changed files with 426 additions and 493 deletions
|
|
@ -99,8 +99,17 @@ header .alt-currency {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: #1abc9c;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: #A02F23;
|
||||
}
|
||||
|
||||
|
||||
.alt-currency.green {
|
||||
background: #1ABC9C;
|
||||
background: #1abc9c;
|
||||
}
|
||||
|
||||
.alt-currency.red {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue