This commit is contained in:
zadit
2024-12-27 08:02:11 +07:00
parent cf38edac85
commit 675f4f2c42
13 changed files with 168 additions and 72 deletions

View File

@@ -96,7 +96,7 @@
}
.itemName {
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
width: calc(100% - 15px); /* Adjust the width to prevent overflow */
font-size: 1.4rem;
@@ -124,7 +124,7 @@
}
.itemPrice {
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 600;
width: calc(100% - 15px); /* Adjust the width to prevent overflow */
@@ -136,7 +136,7 @@
}
.itemPriceInvoice {
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 600;
width: calc(100% - 15px); /* Adjust the width to prevent overflow */
@@ -158,7 +158,7 @@
}
.itemQtyValue {
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 600;
margin-top: 19px;
@@ -169,7 +169,7 @@
}
.itemQtyInput {
font-family: "Poppins", sans-serif;
font-family: "Plus Jakarta Sans", sans-serif;
font-style: normal;
font-weight: 600;
width: 30px; /* Adjust the width to prevent overflow */