Fixes and updates.
This commit is contained in:
45
imports/ui/PrintLabel.import.styl
vendored
45
imports/ui/PrintLabel.import.styl
vendored
@@ -2,44 +2,19 @@
|
||||
#PrintLabel
|
||||
.labelContainer
|
||||
text-align center
|
||||
//width 100%
|
||||
width-min 3in
|
||||
width 3in
|
||||
height-min 2in
|
||||
height 2in
|
||||
//background-color grey
|
||||
//padding 20px
|
||||
.labels
|
||||
display none
|
||||
.printableLabel
|
||||
display none
|
||||
.label
|
||||
display inline-block
|
||||
width 3in
|
||||
height 2in
|
||||
.canvasContainer
|
||||
padding 10px
|
||||
background-color gray
|
||||
|
||||
.label
|
||||
position relative
|
||||
background-color white
|
||||
color black
|
||||
text-align center
|
||||
font-family TimesNewRoman, Times New Roman, Times
|
||||
//font-family Arial, Helvetica, sans-serif
|
||||
font-size .1in
|
||||
width 3in
|
||||
height 2in
|
||||
.barcodeContainer
|
||||
position absolute
|
||||
transform rotate(270deg)
|
||||
right -4.5em
|
||||
top 5em
|
||||
.qrcode
|
||||
position absolute
|
||||
left 10px
|
||||
top 10px
|
||||
width 60px
|
||||
height 60px
|
||||
.labelLogo
|
||||
width 8em
|
||||
padding 0
|
||||
@@ -89,4 +64,18 @@
|
||||
.website
|
||||
width 100%
|
||||
font-size 1.2em
|
||||
font-weight 100
|
||||
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
|
||||
Reference in New Issue
Block a user