Changed package of qr code in production order controller
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Has been cancelled
Laravel Larastan / larastan (pull_request) Has been cancelled
Laravel Pint / pint (pull_request) Has been cancelled

This commit is contained in:
dhanabalan
2026-05-06 10:47:22 +05:30
parent 7e1fea11c6
commit 9bf1d6fc59
2 changed files with 64 additions and 12 deletions

View File

@@ -34,10 +34,10 @@
}
.qr {
width: 26pt;
height: 26pt;
padding-top: 7pt;
padding-left: 6.5pt;
width: 35pt;
height: 35pt;
padding-top: 3pt;
padding-left: 4pt;
}
/* .text {
@@ -59,7 +59,7 @@
font-size: 8pt;
font-weight: bold;
position: relative;
top: 6pt;
top: 8pt;
right: 6pt;
}
@@ -75,7 +75,7 @@
text-align: left !important;
position: absolute;
right: 5pt;
top: 6pt;
top: 8pt;
}
/* .desc {
@@ -86,11 +86,11 @@
} */
.desc {
font-family: "Arial Narrow";
font-size: 6pt;
font-size: 7pt;
font-weight: bold;
letter-spacing: -0.3px;
white-space: nowrap;
padding-top: 10pt;
padding-top: 15pt;
margin-left: -5pt;
overflow: hidden;
}