[IMP] pos_pax: implement low level and UI for Debit cards.

This commit is contained in:
Jared Kipe
2020-12-29 10:48:27 -08:00
parent 16d3b698cb
commit b9a44f8600
4 changed files with 147 additions and 22 deletions

View File

@@ -6,12 +6,14 @@
box-shadow: 0px 0px 0px 3px rgb(239, 153, 65);
}
.pos .paymentline .pax_send_transaction {
.pos .paymentline .pax_send_transaction,
.pos .paymentline .pax_send_transaction_debit {
cursor: pointer !important;
border: 1px solid rgba(255, 255, 255, 0.5);
background-color: rgba(255,255,255, 0.2);
display: block;
display: inline-block;
text-align: center;
margin: 6px 0 0 0;
margin: 6px 5px 0 0;
padding: 2px 5px;
min-width: 100px;
}