mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | improves client receipt format
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user