Merge pull request #2172 from ddreier/v3-label-changes
Center 1D Barcode and include Custom CSS in barcodes view
This commit is contained in:
commit
1c51db876c
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
img.barcode {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.qr_text {
|
.qr_text {
|
||||||
width: {{ $qr_txt_size }}in;
|
width: {{ $qr_txt_size }}in;
|
||||||
|
@ -88,6 +93,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@if (\App\Models\Setting::getSettings()->custom_css)
|
||||||
|
{{ \App\Models\Setting::getSettings()->show_custom_css() }}
|
||||||
|
@endif
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue