style: adjust POS closing receipt container width and print layout font size
This commit is contained in:
parent
627c8300a8
commit
9710d798b4
@ -21,9 +21,23 @@
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.pos-closing-receipt-print {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.pos-closing-receipt-print .pos-receipt {
|
||||
padding-left: 20px !important;
|
||||
padding-right: 20px !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
.render-container .pos-closing-receipt-print .pos-receipt {
|
||||
font-size: 28px !important;
|
||||
width: 320px !important;
|
||||
max-width: 320px !important;
|
||||
padding: 12px !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user