93 lines
1.9 KiB
SCSS
93 lines
1.9 KiB
SCSS
|
|
.PrintStyle10MasterDiv {
|
||
|
|
color: #000;
|
||
|
|
font-family: 'Courier New', Courier, monospace;
|
||
|
|
// font-family: "arimo", sans-serif;
|
||
|
|
// font-family: "Lexend Zetta";
|
||
|
|
// font-family: "JetBrains Mono";
|
||
|
|
// font-family: "Podkova";
|
||
|
|
// font-family: "Crimson Pro", serif;
|
||
|
|
line-height: normal;
|
||
|
|
// font-size: 14px;
|
||
|
|
font-size: clamp(0.5rem, 2vw, 1rem);
|
||
|
|
padding: 0rem 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle10-print {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
height: auto;
|
||
|
|
align-items: center;
|
||
|
|
background-color: #f3f3f3;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.straightline {
|
||
|
|
// padding: 10px;
|
||
|
|
border: 1.5px solid #8f8f8f; /* Set the desired border style and color */
|
||
|
|
height: 0; /* Set height to 0 to ensure the border is visible without extra space */
|
||
|
|
//margin: 5px 1px; /* Adjust margin as needed */
|
||
|
|
}
|
||
|
|
.PrintStyle10-print-table-PdName {
|
||
|
|
// font-family: "Lexend Zetta";
|
||
|
|
font-weight: 400;
|
||
|
|
// font-size: 19px;
|
||
|
|
line-height: 15px;
|
||
|
|
// font-family: "arimo", sans-serif;
|
||
|
|
}
|
||
|
|
.PrintStyle10-print-tablehead {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0.5rem 0rem;
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: clamp(0.5rem, 2.5vw, 1rem);
|
||
|
|
}
|
||
|
|
.PrintStyle10-print-tableBody {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0.5rem 0rem;
|
||
|
|
|
||
|
|
// font-family: "Lexend Zetta";
|
||
|
|
}
|
||
|
|
.PrintStyle10-items {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
//font-family: "Lexend Zetta";
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.PrintStyle10-total {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
//font-family: "Lexend Zetta";
|
||
|
|
font-weight: 700;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.thankyou {
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.itemtotal {
|
||
|
|
padding: 0.5rem 0rem;
|
||
|
|
}
|
||
|
|
.cardDetail {
|
||
|
|
padding: 0.5rem;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
.Rupees {
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.Prodame {
|
||
|
|
padding: 0.5rem;
|
||
|
|
font-size: clamp(0.4rem, 2.5vw, 1rem);
|
||
|
|
}
|
||
|
|
.itemtotal {
|
||
|
|
padding: 0.5rem;
|
||
|
|
}
|
||
|
|
.Address {
|
||
|
|
font-size: clamp(0.1rem, 2.5vw, 0.8rem);
|
||
|
|
}
|
||
|
|
.ShopName {
|
||
|
|
font-size: clamp(0.4rem, 2.5vw, 1rem);
|
||
|
|
}
|