1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-04-04 10:03:22 -04:00
bike-database/app/assets/stylesheets/client_receipt.scss
2016-12-18 10:16:56 -06:00

39 lines
644 B
SCSS

.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%;
}