Prototyped the barcode idea; Added a basic production system.

This commit is contained in:
Wynne Crisman
2019-10-07 15:51:50 -07:00
parent 8211da6b39
commit 2e57558ef4
50 changed files with 8949 additions and 782 deletions

85
imports/ui/PrintLabel.import.css vendored Normal file
View File

@@ -0,0 +1,85 @@
#PrintLabel .labelContainer {
text-align: center;
width: 100%;
width-min: 3in;
height-min: 2in;
background-color: #808080;
padding: 20px;
}
#PrintLabel .labels {
display: none;
}
#PrintLabel .printableLabel {
display: none;
}
#PrintLabel .label {
display: inline-block;
width: 3in;
height: 2in;
}
#PrintLabel .canvasContainer {
padding: 10px;
background-color: #808080;
}
#PrintLabel .label {
background-color: #fff;
color: #000;
text-align: center;
font-family: TimesNewRoman, Times New Roman, Times;
font-size: 0.2in;
width: 6in;
height: 4in;
}
#PrintLabel .label .labelLogo {
width: 8em;
padding: 0;
margin: 0;
padding-top: 0.15em;
margin-bottom: -0.25em;
}
#PrintLabel .label .labelTagline {
font-size: 1em;
font-weight: 100;
line-height: 1em;
}
#PrintLabel .label .title1 {
width: 100%;
font-size: 2.5em;
line-height: 0.9em;
font-weight: 800;
text-transform: uppercase;
}
#PrintLabel .label .title2 {
width: 100%;
font-size: 1.5em;
line-height: 0.9em;
font-weight: 800;
padding-bottom: 0.2em;
}
#PrintLabel .label .ingredients {
width: 100%;
font-size: 1.2em;
font-weight: 100;
line-height: 1em;
min-height: 2em;
}
#PrintLabel .label .ingredientsEnding {
width: 100%;
font-size: 1.2em;
font-weight: 100;
}
#PrintLabel .label .instructions {
width: 100%;
font-size: 1.2em;
font-weight: 800;
}
#PrintLabel .label .address {
width: 100%;
font-size: 1.2em;
font-weight: 100;
}
#PrintLabel .label .website {
width: 100%;
font-size: 1.2em;
font-weight: 100;
}