Files
PetitTetonMeteor/imports/ui/PrintLabel.import.css

86 lines
1.5 KiB
CSS
Raw Permalink Normal View History

#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;
}