change font size for serial number in production order #562

Merged
jothi merged 1 commits from ranjith-dev into master 2026-04-30 10:29:54 +00:00

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>