lk | improves client receipt format

This commit is contained in:
Louis Knapp
2016-12-18 10:16:56 -06:00
parent caf01518be
commit 109920f5ca
3 changed files with 71 additions and 67 deletions
+24 -1
View File
@@ -1,6 +1,8 @@
.print-receipts, .freecyclery-receipt{
h2 {
padding-left: 25px;
font-size: 18px;
font-weight: bold;
}
.horizontal-line{
width: 100%;
@@ -10,6 +12,27 @@
page-break-inside: avoid;
margin: 10px;
border: 5px solid black;
height: 400px;
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%;
}