Update: Adds amount received on payment received overlay on Receive tab

This commit is contained in:
Sam Cheng Hung 2018-03-29 14:14:43 +09:00
commit 124684b5a1
4 changed files with 32 additions and 3 deletions

View file

@ -83,4 +83,15 @@
bottom: 0;
width: 100%;
}
.payment-received-container {
margin: 0 20px;
.payment-received-amount {
font-size: 1.8em;
display: block;
margin: 20px auto;
}
.payment-received-currency {
text-transform: uppercase;
}
}
}