Merge pull request 'change font size for serial number in production order' (#562) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #562
This commit was merged in pull request #562.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
/* font-family: "Arial Narrow", "DejaVu Sans", sans-serif; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticker {
|
.sticker {
|
||||||
@@ -55,7 +56,7 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
.serial {
|
.serial {
|
||||||
font-size: 10pt;
|
font-size: 8pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5pt;
|
top: 5pt;
|
||||||
@@ -70,15 +71,28 @@
|
|||||||
|
|
||||||
.po {
|
.po {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: left !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5pt;
|
right: 5pt;
|
||||||
top: 6pt;
|
top: 6pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desc {
|
/* .desc {
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
margin-left: -5pt;
|
margin-left: -5pt;
|
||||||
|
font-weight: bold;
|
||||||
padding-top: 10pt;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user