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:
parent
53a4bfab89
commit
c6934f637a
@ -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%;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user