change font size for serial number in production order
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-04-30 15:59:29 +05:30
parent 4de8a306ea
commit fe404c050a

View File

@@ -9,6 +9,7 @@
body {
margin: 0;
padding: 0;
/* font-family: "Arial Narrow", "DejaVu Sans", sans-serif; */
}
.sticker {
@@ -55,7 +56,7 @@
} */
.serial {
font-size: 10pt;
font-size: 8pt;
font-weight: bold;
position: relative;
top: 5pt;
@@ -70,15 +71,28 @@
.po {
font-size: 8pt;
font-weight: bold;
text-align: left !important;
position: absolute;
right: 5pt;
top: 6pt;
}
.desc {
/* .desc {
font-size: 6pt;
margin-left: -5pt;
font-weight: bold;
padding-top: 10pt;
} */
.desc {
font-family: "Arial Narrow";
font-size: 6pt;
font-weight: bold;
letter-spacing: -0.3px;
white-space: nowrap;
padding-top: 10pt;
margin-left: -5pt;
overflow: hidden;
}
</style>
</head>