change some margin and padding in receipt
This commit is contained in:
parent
513a59d378
commit
6b36ed89ae
@ -2,6 +2,10 @@
|
||||
width: 512px;
|
||||
font-size: 12px !important;
|
||||
color: #000000;
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.pos-receipt .pos-receipt-right-align {
|
||||
@ -98,8 +102,10 @@
|
||||
}
|
||||
|
||||
.styled-receipt {
|
||||
padding: 2px !important;
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.pos-receipt .order-container {
|
||||
@ -107,5 +113,10 @@
|
||||
}
|
||||
|
||||
.pos-receipt .order-summary {
|
||||
font-size: 11px !important;
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
@page { margin: 0; }
|
||||
body { margin: 0.1cm; }
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user