Skip to content

Commit

Permalink
Adding missing txt templates
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed May 7, 2024
1 parent fce3b49 commit 47c50c1
Show file tree
Hide file tree
Showing 24 changed files with 438 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*_templ.txt

# Dependency directories (remove the comment below to include it)
# vendor/
Expand Down
3 changes: 3 additions & 0 deletions components/bill/invoice/customer_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<section class=\"customer\"><h2>
</h2>
</section>
17 changes: 17 additions & 0 deletions components/bill/invoice/invoice_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<style type=\"text/css\">\n\t\theader {\n\t\t\twidth: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-flow: row wrap;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t}\n\t\theader div.details {\n\t\t\tflex: 1;\n\t\t\tborder-right: 0.5px solid #E5E7EB;\n\t\t}\n\t\theader div.contacts {\n\t\t\tflex: 1;\n\t\t\t/*display: flex;\n\t\t\tflex-flow: column wrap;*/\n\t\t}\n\t\tsection {\n\t\t\tpadding: 0mm;\n\t\t\t/* width: 100%; */\n\t\t\tflex: 100%;\n\t\t}\n\t\tsection.title {\n\t\t\tpadding-top: 0mm;\n\t\t\tpadding-bottom: 6mm;\n\t\t}\n\t\tsection.title .hero {\n\t\t\tmargin-bottom: 6mm;\n\t\t}\n\t\tsection.title .alias {\n\t\t\tfont-size: 16pt;\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #030712;\n\t\t}\n\t\tsection.title .hero img {\n\t\t\tmax-width: 100%;\n\t\t\t/* max-height: 10mm; */\n\t\t}\n\t\tsection.title h2.code {\n\t\t\tfont-size: 12pt;\n\t\t\tcolor: #030712;\n\t\t\tfont-weight: 600;\n\t\t}\n\t\tsection.summary {\n\t\t\tpadding-right: 6mm;\n\t\t\tpadding-top: 0mm;\n\t\t\tpadding-bottom: 0mm;\n\t\t}\n\t\tsection.summary h2.title {\n\t\t\tdisplay: none;\n\t\t}\n\t\tsection.summary ul {\n\t\t\tlist-style-type: none;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tdisplay: flex;\n\t\t\tflex-flow: row wrap;\n\t\t}\n\t\tsection.summary li {\n\t\t\tmargin-bottom: 6mm;\n\t\t\tflex: 50%;\n\t\t}\n\t\tsection.summary span.label {\n\t\t\tdisplay: block;\n\t\t\tfont-weight: 500;\n\t\t}\n\t\tsection.summary span.value {\n\t\t\tdisplay: block;\n\t\t\tcolor: #030712;\n\t\t}\n\t\tsection.supplier {\n\t\t\tpadding: 6mm;\n\t\t\tpadding-top: 0mm;\n\t\t}\n\t\tsection.customer {\n\t\t\tpadding: 6mm;\n\t\t\tborder-top: 0.5px solid #E5E7EB;\n\t\t}\n\t\tsection.lines {\n\t\t\torder: 5;\n\t\t\tpadding-top: 6mm;\n\t\t\tpadding-bottom: 0mm;\n\t\t}\n\t\tsection.lines h2 {\n\t\t\tdisplay: none;\n\t\t}\n\t\tsection.lines table {\n\t\t\twidth: 100%;\n\t\t}\n\t\tsection.lines th, section.lines td {\n\t\t\ttext-align: left;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t\tpadding: 1.5mm 2mm;\n\t\t\tmargin: 0px;\n\t\t}\n\t\tsection.lines th {\n\t\t\tfont-weight: 600;\n\t\t\tbackground-color: #F3F4F6;\n\t\t}\n\t\tsection.lines .i,\n\t\tsection.lines .ref {\n\t\t\twidth: fit-content;\n\t\t}\n\t\tsection.lines .price,\n\t\tsection.lines .quantity,\n\t\tsection.lines .tax,\n\t\tsection.lines .discount,\n\t\tsection.lines .charge,\n\t\tsection.lines .total {\n\t\t\ttext-align: right;\n\t\t\twidth: fit-content;\n\t\t\twhite-space: nowrap;\n\t\t}\n\t\tsection.lines .description,\n\t\tsection.lines .reason {\n\t\t\twhite-space: wrap;\n\t\t}\n\t\tsection.lines .label {\n\t\t\tfont-weight: 500;\n\t\t}\n\t\tsection.lines .description .extensions {\n\t\t\tdisplay: block;\n\t\t}\n\t\tsection.lines .description .extensions .label {\n\t\t\tfont-weight: 500;\n\t\t}\n\t\tdiv.totals {\n\t\t\torder: 8;\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: row;\n\t\t\twidth: 100%;\n\t\t\tpadding-top: 6mm;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t\tpadding-bottom: 4mm;\n\t\t}\n\t\tdiv.totals td, div.totals th {\n\t\t\tpadding: 1.5mm 2mm;\n\t\t}\n\t\tsection.totals {\n\t\t\torder: 2;\n\t\t\tflex: 1;\n\t\t}\n\t\tsection.totals h2 {\n\t\t\tdisplay: none;\n\t\t}\n\t\tsection.totals table {\n\t\t\tpadding-right: 1cm;\n\t\t\tpadding-left: 1cm;\n\t\t\twidth: auto;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-left: auto;\n\t\t}\n\t\tsection.totals th {\n\t\t\ttext-align: right;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t\tfont-weight: normal;\n\t\t}\n\t\tsection.totals td {\n\t\t\ttext-align: right;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t}\n\t\tsection.totals tr:last-child th,\n\t\tsection.totals tr:last-child td {\n\t\t\tborder-bottom: 0;\n\t\t}\n\t\tsection.totals tr.strong th,\n\t\tsection.totals tr.strong td {\n\t\t\tfont-weight: 600;\n\t\t}\n\t\tsection.taxes {\n\t\t\torder: 1;\n\t\t\tflex: 1;\n\t\t}\n\t\tsection.taxes h2 {\n\t\t\tdisplay: none;\n\t\t}\n\t\tsection.taxes table {\n\t\t\tpadding-right: 1cm;\n\t\t\tpadding-left: 1cm;\n\t\t\tmargin-left: 0;\n\t\t\twidth: 90%;\n\t\t}\n\t\tsection.taxes th, section.taxes td {\n\t\t\ttext-align: right;\n\t\t\tpadding: 1.5mm 2mm;\n\t\t}\n\t\tsection.taxes th {\n\t\t\tbackground-color: #F3F4F6;\n\t\t\tfont-weight: 600;\n\t\t}\n\t\tsection.taxes td {\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t}\n\t\tsection.taxes tr:last-child td {\n\t\t\tborder-bottom: 0;\n\t\t}\n\t\tsection.taxes th.category,\n\t\tsection.taxes td.category {\n\t\t\ttext-align: left;\n\t\t}\n\t\tsection.payment {\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t\tpadding: 6mm 0mm;\n\t\t\torder: 10;\n\t\t\tdisplay: flex;\n\t\t\tflex-flow: row;\n\t\t\tbreak-inside: avoid;\n\t\t}\n\t\tsection.payment h2.title {\n\t\t\tdisplay: none;\n\t\t}\n\t\tsection.payment ul {\n\t\t\tlist-style-type: none;\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t}\n\t\tsection.payment ul.instructions {\n\t\t\tmargin-right: 6mm;\n\t\t}\n\t\tsection.payment li {\n\t\t\tmargin-bottom: 3mm;\n\t\t}\n\t\tsection.payment li:last-child {\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t\tsection.payment span.label {\n\t\t\tdisplay: block;\n\t\t\tfont-weight: 500;\n\t\t}\n\t\tsection.payment span.value {\n\t\t\tdisplay: block;\n\t\t}\n\t\tsection.payment table td {\n\t\t\tpadding-right: 3mm;\n\t\t}\n\t\tsection.payment .due-dates span.percent:before {\n\t\t\tcontent: \"(\"\n\t\t}\n\t\tsection.payment .due-dates span.percent:after {\n\t\t\tcontent: \")\"\n\t\t}\n\t\tsection.notes {\n\t\t\tpadding-top: 6mm;\n\t\t\tpadding-bottom: 3mm;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t\tbreak-inside: avoid;\n\t\t}\n\t\tsection.notes .note {\n\t\t\tmargin-bottom: 3mm;\n\t\t}\n\t\t.extensions section {\n\t\t\tbreak-inside: avoid;\n\t\t\tpadding-top: 6mm;\n\t\t\tpadding-bottom: 6mm;\n\t\t\tborder-bottom: 0.5px solid #E5E7EB;\n\t\t}\n\t\t.extensions:empty {\n\t\t\tdisplay: none;\n\t\t}\n\t\t.org-party .name {\n\t\t\tfont-weight: 600;\n\t\t\tfont-size: 12pt;\n\t\t\tline-height: 20pt;\n\t\t\tcolor: #030712;\n\t\t}\n\t</style><article class=\"invoice\"><header><div class=\"details\">
</div><div class=\"contacts\">
</div></header>
<div class=\"totals\">
</div>
<div class=\"extensions\">
</div></article>
<section class=\"title\"><div class=\"hero\">
<img src=\"
\" alt=\"
\" height=\"
\">
<div class=\"alias\">
</div>
</div><h1 class=\"type\">
</h1><h2 class=\"code\">
</h2></section>
89 changes: 89 additions & 0 deletions components/bill/invoice/lines_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<section class=\"lines\"><h2>
</h2><table><thead><tr><th class=\"ref\">
</th>
<th class=\"ref\">
</th>
<th class=\"description\">
</th><th class=\"quantity\">
</th>
<th class=\"unit\">
</th>
<th class=\"price\">
</th>
<th class=\"tax\">
</th>
<th class=\"discount\">
</th>
<th class=\"charge\">
</th>
<th class=\"total\">
</th></tr></thead>
</table></section>
<tbody>
</tbody>
<tr><td class=\"ref\">
</td>
<td class=\"ref\">
<!-- empty -->
</td>
<td class=\"description\"><span>
</span>
<br><small>
</small>
</td><td class=\"quantity\">
</td>
<td class=\"unit\">
<!-- empty -->
</td>
<td class=\"price\">
</td>
<td class=\"tax\">
&mdash;
<!-- empty -->
</td>
<td class=\"discount\">
</td>
<td class=\"charge\">
</td>
<td class=\"total\">
</td></tr>
<tbody class=\"discounts\">
</tbody>
<tr><td class=\"i\">
</td>
<td class=\"ref\">
<!-- empty -->
</td>
<td class=\"reason\">
</td><td class=\"quantity\"><!-- no quantity --></td>
<td><!-- empty --></td>
<td class=\"percent\">
<!-- empty -->
</td>
<td class=\"tax\">
<!-- empty -->
</td>
<td><!-- empty --></td>
<td><!-- empty --></td>
<td class=\"total\">
</td></tr>
<tbody class=\"charges\">
</tbody>
<tr><td class=\"ref\">
</td>
<td class=\"ref\">
<!-- empty -->
</td>
<td class=\"reason\">
</td><td class=\"quantity\"><!-- no quantity --></td>
<td><!-- empty --></td>
<td class=\"percent\">
<!-- empty -->
</td>
<td class=\"tax\">
<!-- empty -->
</td>
<td><!-- empty --></td>
<td><!-- empty --></td>
<td class=\"total\">
</td></tr>
28 changes: 28 additions & 0 deletions components/bill/invoice/notes_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<section class=\"notes\">
<h2>
</h2>
<div class=\"note\">
</div>

</section>
<div class=\"note registration\">
<span class=\"title\">
</span>
<span class=\"book\">
</span>

<span class=\"volume\">
</span>

<span class=\"sheet\">
</span>

<span class=\"section\">
</span>

<span class=\"page\">
</span>

<span class=\"entry\">
</span>
</div>
54 changes: 54 additions & 0 deletions components/bill/invoice/payment_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<section class=\"payment\">
<h2 class=\"title\">
</h2>

</section>
<ul class=\"instructions\">
<li class=\"method-name\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"ref\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"bank-data\"><span class=\"label\">
</span>
<span class=\"value\">
</span>
</li>
<li class=\"card\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"notes\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
</ul>
<span class=\"credit-transfer\">
<span class=\"bank-name\">
</span>
<span class=\"iban\">
</span>
<span class=\"account-number\">
</span>
<span class=\"bic\">
</span>
</span>
<ul class=\"terms\">
<li class=\"terms-key\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"terms-notes\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"due-dates\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
</ul>
<table class=\"due-dates\"><tbody>
<tr><td class=\"date\">
</td><td class=\"notes\">

<span class=\"percent\">
</span>
</td><td class=\"amount\">
</td></tr>
</tbody></table>
32 changes: 32 additions & 0 deletions components/bill/invoice/summary_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<section class=\"summary\">
<h2 class=\"title\">
</h2><ul><li class=\"issue-date\"><span class=\"label\">
</span> <span class=\"value\">
</span></li><li class=\"currency\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"value-date\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"op-date\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"preceding\"><span class=\"label\">
</span> <span class=\"value\">
</span>
<span class=\"value\">
</span>
<span class=\"value\">
</span>
</li>
<li class=\"tax-ext\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
</ul>
</section>
<li class=\"ordering-code\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
<li class=\"ordering-period\"><span class=\"label\">
</span> <span class=\"value\">
</span></li>
3 changes: 3 additions & 0 deletions components/bill/invoice/supplier_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<section class=\"supplier\"><h2>
</h2>
</section>
19 changes: 19 additions & 0 deletions components/bill/invoice/taxes_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<section class=\"taxes\">
<h2>
</h2><table><thead><tr><th class=\"category\">
</th><th class=\"base\">
</th><th class=\"rate\">
</th><th class=\"amount\">
</th></tr></thead> <tbody>
</tbody></table>
</section>
<tr>
<td rowspan=\"
\" class=\"category\">
</td>
<td class=\"base\">
</td><td class=\"rate\">
&mdash;
+@t.P(rate.Surcharge.Percent)
</td><td class=\"amount\">
</td></tr>
43 changes: 43 additions & 0 deletions components/bill/invoice/totals_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<section class=\"totals\">
<h2>
</h2><table><tbody>
</tbody></table>
</section>
<tr class=\"sum strong\"><th>
</th><td>
</td></tr>
<tr class=\"discount\"><th>
</th><td>
</td></tr>
<tr class=\"charges\"><th>
</th><td>
</td></tr>
<tr><th>
</th><td>
</td></tr>
<tr class=\"total\"><th>
</th><td>
</td></tr>
<tr class=\"tax\"><th>
</th><td>
</td></tr>
<tr class=\"total-with-tax strong\"><th>
</th><td>
</td></tr>
<tr class=\"outlay\"><th>
</th><td>
</td></tr>
<tr class=\"payable strong\"><th>

</th><td>
</td></tr>
<tr class=\"advance\"><th>
</th><td>
</td></tr>

<tr class=\"advance-sum\"><th>
</th><td>
</td></tr>
<tr class=\"due strong\"><th>
</th><td>
</td></tr>
3 changes: 3 additions & 0 deletions components/envelope_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html data-theme=\"light\"><head><title>GOBL HTML Generator</title><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap\" rel=\"stylesheet\"><style type=\"text/css\">\n\t\t\t\t@page {\n\t\t\t\t\tfont-family: \"Inter\", sans-serif;\n\t\t\t\t\tsize: A4 portrait;\n\t\t\t\t\tmargin: 10mm;\n\t\t\t\t\tmargin-bottom: 20mm;\n\t\t\t\t\tcounter-increment: page;\n\t\t\t\t\tfont-size: 9pt;\n\t\t\t\t\tline-height: 1.5em;\n\t\t\t\t\tcolor: #4B5563;\n\t\t\t\t}\n\t\t\t\tbody {\n\t\t\t\t\tfont-family: \"Inter\", sans-serif;\n\t\t\t\t\tfont-size: 9pt;\n\t\t\t\t\tline-height: 1.5em;\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tmargin-bottom: 0mm;\n\t\t\t\t\t/* color: #030712; */\n\t\t\t\t\t/* color: #6B7280; */\n\t\t\t\t\tcolor: #4B5563;\n\t\t\t\t}\n\t\t\t\t@media screen {\n\t\t\t\t\tbody {\n\t\t\t\t\t\tmargin: 10mm;\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\tarticle.envelope {\n\t\t\t\t\tmin-height: 100%;\n\t\t\t\t}\n\t\t\t\tarticle, section, header, div, h1, h2, h3, h4, table, th, td, p {\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tmargin: 0;\n\t\t\t\t}\n\t\t\t\th1, h2, h3, h4 {\n\t\t\t\t\tfont-weight: 500;\n\t\t\t\t\t/* color: #030712; */\n\t\t\t\t}\n\t\t\t\ta {\n\t\t\t\t\tcolor: #4B5563;\n\t\t\t\t}\n\t\t\t\ttable {\n\t\t\t\t\tborder-spacing: 0;\n\t\t\t\t\tborder-collapse: collapse;\n\t\t\t\t}\n\t\t\t\tth, td {\n\t\t\t\t\ttext-align: left;\n\t\t\t\t}\n\t\t\t\tsection.footer span.page-number:before {\n\t\t\t\t\tcontent: counter(page);\n\t\t\t\t}\n </style></head><body><article class=\"envelope\">
<p>Unkown document type</p>
</article></body></html>
10 changes: 10 additions & 0 deletions components/footer_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<style type=\"text/css\">\n @media screen {\n footer.screen {\n display: block;\n }\n footer.print {\n display: none;\n }\n }\n @media print {\n footer.screen {\n display: none;\n }\n footer.print {\n display: block;\n }\n }\n @page {\n @bottom {\n content: element(footer);\n }\n }\n footer {\n height: 12mm;\n text-align: right;\n padding: 4mm 0mm;\n }\n footer.print {\n position: running(footer);\n }\n footer.screen {\n padding: 2mm 0mm;\n }\n footer .page {\n }\n footer .page-number {\n content: counter(page);\n }\n footer .pages-number {\n content: counter(pages);\n }\n footer .gobl-logo {\n float: left;\n }\n footer.print .notes:after {\n content: \" · \";\n }\n footer .gobl-logo img {\n width: 8mm;\n height: 8mm;\n }\n footer.print .gobl-logo {\n margin-top: -7mm;\n }\n </style><footer class=\"print\">
</footer>
<footer class=\"screen\">
</footer>
<span class=\"page\">
</span>
<span class=\"notes\">
</span>
<div class=\"gobl-logo\"><a href=\"https://gobl.org\">
</a></div>
2 changes: 2 additions & 0 deletions components/images/gobl_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<img src=\"
\" alt=\"GOBL\">
2 changes: 2 additions & 0 deletions components/images/images_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<img src=\"
\">
5 changes: 5 additions & 0 deletions components/notes/message_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class=\"message\">
<h1 class=\"message-title\">
</h1>
<div class=\"message-content\">
</div></div>
9 changes: 9 additions & 0 deletions components/org/address_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div class=\"org-address\">
</div>
<div class=\"org-address\">
<span class=\"label\">
&nbsp;</span>
</div>
<span>

</span>
21 changes: 21 additions & 0 deletions components/org/party_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class=\"org-party\">
<div class=\"name\">
</div>
<div class=\"alias\">
</div>





</div>
<div class=\"tax-id\">
</div>
<div class=\"telephone\">
</div>
<div class=\"emails\">
</div>
<div class=\"identitiy\">
</div>
<div class=\"party-extension\">
</div>
9 changes: 9 additions & 0 deletions components/regimes/co/dian_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<style type=\"text/css\">\n .dian-qr {\n\t\t\tdisplay: flex;\n font-family: monospace;\n font-size: 7pt;\n }\n\t\t.dian-qr .image {\n\t\t\tmargin-right: 6mm;\n\t\t}\n\t\t.dian-qr .text {\n\t\t\tmargin-top: auto;\n\t\t\tword-break: break-all;\n\t\t}\n .dian-qr img {\n width: 24mm;\n height: 24mm;\n }\n </style><section class=\"dian-qr\"><div class=\"image\"><a href=\"
\">
</a></div><div class=\"text\">
<div class=\"cude\">
</div><div class=\"cufe\">
</div>
<div class=\"cufe\">
</div>
</div></section>
4 changes: 4 additions & 0 deletions components/regimes/es/ticketbai_templ.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<style type=\"text/css\">\n\t\t.ticketbai {\n\t\t\tbreak-inside: avoid;\n\t\t\ttext-align: center;\n\t\t\tpadding: 3mm;\n\t\t\tborder: 1px solid #E5E7EB;\n\t\t\twidth: 6cm;\n\t\t}\n\t\t.ticketbai .label {\n\t\t\tfont-family: monospace;\n\t\t\tfont-size: 7pt;\n\t\t\ttext-align: center; \n\t\t\tmargin-bottom: 2mm;\n\t\t}\n\t\t.ticketbai img {\n\t\t\twidth: 25mm;\n\t\t\theight: 25mm;\n\t\t}\n\t</style><section><div class=\"ticketbai\"><div class=\"label\">
</div><div class=\"qr\"><a href=\"
\">
</a></div></div></section>
Loading

0 comments on commit 47c50c1

Please sign in to comment.