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

81 lines
1.3 KiB
Stylus
Raw Normal View History

#PrintLabel
.labelContainer
text-align center
.label
position relative
background-color white
color black
text-align center
font-family TimesNewRoman, Times New Roman, Times
font-size .1in
.qrcode
position absolute
left 10px
top 10px
2020-01-16 09:31:12 -08:00
width 60px
height 60px
.labelLogo
width 8em
padding 0
margin 0
padding-top .15em
margin-bottom .2em
.labelLogo3
width 14em
padding 0
margin 0
padding-top .15em
margin-bottom .8em
.labelTagline
font-size 1em
font-weight 100
line-height 1em
.title1
width 100%
font-size 2.5em
line-height .9em
font-weight 800
text-transform uppercase
.title2
width 100%
font-size 1.5em
line-height .9em
font-weight 800
padding-bottom .2em
.ingredients
width 100%
font-size 1.2em
font-weight 100
line-height 1em
min-height 2em
.ingredientsEnding
width 100%
font-size 1.2em
font-weight 100
.instructions
width 100%
font-size 1.2em
font-weight 800
.address
width 100%
font-size 1.2em
font-weight 100
.website
width 100%
font-size 1.2em
2020-01-16 09:31:12 -08:00
font-weight 100
.label.oz8
width 76.2mm
height 50.8mm
.label.barcode
width 30.5mm
height 30.5mm
.qrcode
position absolute
top 50%
left 50%
margin-top -30px
margin-left -30px
.labelText, .labelLogo
display none