You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
644 B
38 lines
644 B
.print-receipts, .freecyclery-receipt{
|
|
h2 {
|
|
padding-left: 25px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.horizontal-line{
|
|
width: 100%;
|
|
border-bottom: 5px solid black;
|
|
}
|
|
.receipt{
|
|
page-break-inside: avoid;
|
|
margin: 10px;
|
|
border: 5px solid black;
|
|
height: 425px;
|
|
}
|
|
.client-information {
|
|
padding: 5px;
|
|
margin-left: 25px;
|
|
}
|
|
.receipt-body {
|
|
font-size: 10px;
|
|
line-height: 120%;
|
|
margin-left: 5px;
|
|
p {
|
|
font-size: 10px;
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.container.print-receipts {
|
|
margin-top: -50px;
|
|
width: 100%;
|
|
}
|
|
|
|
|