Update: Adds amount received on payment received overlay on Receive tab
This commit is contained in:
parent
538741127c
commit
124684b5a1
4 changed files with 32 additions and 3 deletions
|
|
@ -10735,6 +10735,15 @@ textarea.d-block {
|
|||
bottom: 0;
|
||||
width: 100%; }
|
||||
|
||||
#tab-receive .payment-received-container {
|
||||
margin: 0 20px; }
|
||||
#tab-receive .payment-received-container .payment-received-amount {
|
||||
font-size: 1.8em;
|
||||
display: block;
|
||||
margin: 15px auto; }
|
||||
#tab-receive .payment-received-container .payment-received-currency {
|
||||
text-transform: uppercase; }
|
||||
|
||||
#tab-scan {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue