Merge pull request 'Reprint not open solved' (#192) from PushMainVM into main
Reviewed-on: Pozomind/pozo-retail-app#192
This commit is contained in:
commit
768eae15a1
|
|
@ -3670,6 +3670,7 @@ const BSC1Payment = (props) => {
|
|||
<div
|
||||
className="BSC1Payment-div1-btns"
|
||||
onClick={handleReprint}
|
||||
onTouchEnd={handleReprint}
|
||||
style={{
|
||||
pointerEvents:
|
||||
OrderType === 'Failed' ? 'none' : 'auto',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ import {
|
|||
|
||||
import WebFont from 'webfontloader';
|
||||
import './PCStandardTable.scss';
|
||||
import '../../../../Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss';
|
||||
|
||||
const PCStandardTable = (props) => {
|
||||
const SelectedBillColor = useSelector(SelectedGlobalBillingColorDetail);
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
.cart-title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.cart-badge {
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
font-weight: 700;
|
||||
color: #059669;
|
||||
text-align: right;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.delete-action {
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
font-size: 0.775rem;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
width: 31%;
|
||||
|
||||
svg {
|
||||
|
|
@ -313,7 +313,7 @@
|
|||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: "Inter", sans-serif;
|
||||
|
||||
svg {
|
||||
font-size: 1.5rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue