1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 01:23:24 -05:00

lk | further embiggens bike sale labels

This commit is contained in:
Louis Knapp 2017-08-17 09:20:41 -05:00
parent 53a4bfab89
commit c6934f637a
2 changed files with 7 additions and 3 deletions

View File

@ -4,9 +4,9 @@
} }
.print-label{ .print-label{
page-break-inside: avoid; page-break-inside: avoid;
margin: 10px; margin: 1px;
border: 5px solid black; border: 5px solid black;
height: 425px; height: 465px;
text-align: center; text-align: center;
.horizontal-line{ .horizontal-line{
width: 100%; width: 100%;
@ -35,6 +35,10 @@
} }
.col-xs-6.sale-label {
padding: 1px;
}
.container.print-labels { .container.print-labels {
margin-top: -50px; margin-top: -50px;
width: 100%; width: 100%;

View File

@ -1,6 +1,6 @@
.container.print-labels .container.print-labels
- @bikes.each do |bike| - @bikes.each do |bike|
.col-xs-6 .col-xs-6.sale-label
.print-label .print-label
%h2 %h2
%strong='$' + bike.price %strong='$' + bike.price