mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] pos_pax: implement low level and UI for Debit cards.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user