Louis | Adds minimally styled client reciepts

This commit is contained in:
Loos
2014-10-13 22:14:30 -04:00
parent 67ae0bf04b
commit e9ce1dd51f
4 changed files with 96 additions and 4 deletions
@@ -0,0 +1,15 @@
.freecyclery-receipt{
h2 {
font-size: 18px;
}
.horizontal-line{
width: 100%;
border-bottom: 5px solid black;
}
.receipt{
margin: 10px;
border: 5px solid black;
height: 400px;
}
}