lk | makes price and log number larger on bike sale labels

This commit is contained in:
Louis Knapp
2015-09-21 19:14:10 -05:00
parent f2badbd484
commit 7fa84acfd1
3 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
.print-select{
.print-labels{
h2 {
font-size: 18px;
font-size: 24px;
}
.print-label{
margin: 10px;
@@ -16,9 +16,9 @@
}
.desc {
margin: 10px;
height: 235px;
height: 230px;
border: 2px dotted black;
}
}
}
}
+2 -2
View File
@@ -1,4 +1,4 @@
.container.print-select
.container.print-labels
- @bikes.each do |bike|
.col-xs-6
.print-label
@@ -21,4 +21,4 @@
.strong New Parts:
=simple_format(bike.new_parts)
.row
.col-xs-9.col-xs-offset-3.small= "Log Number: " + bike.log_number.to_s
.col-xs-9.col-xs-offset-3= "Log Number: " + bike.log_number.to_s