224 lines
4.1 KiB
SCSS
224 lines
4.1 KiB
SCSS
|
|
.PrintStyle11-print-InfoDivsub {
|
||
|
|
font-size: clamp(0.7rem, 2.5vw, 0.7rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-BillNO {
|
||
|
|
font-size: clamp(0.8rem, 2.5vw, 1.4rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-TD {
|
||
|
|
font-size: clamp(0.5rem, 2.5vw, 0.9rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-TotalGST {
|
||
|
|
display: flex;
|
||
|
|
width: 100%;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-SecondDiv {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 100%;
|
||
|
|
font-size: clamp(0.7rem, 2.5vw, 1rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-ThirdDivSub {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
font-size: clamp(0.7rem, 2.5vw, 0.8rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-ThirdDiv {
|
||
|
|
width: 94%;
|
||
|
|
height: auto;
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-ThirdDiv2 {
|
||
|
|
width: 92%;
|
||
|
|
height: auto;
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11MasterDiv {
|
||
|
|
color: #000;
|
||
|
|
// font-family: "Arimo", sans-serif;
|
||
|
|
// font-family: 'Inconsolata', monospace;
|
||
|
|
padding: 0rem 1rem;
|
||
|
|
// font-family: "JetBrains Mono";
|
||
|
|
// font-family: "Podkova";
|
||
|
|
// font-family: "Crimson Pro", serif;
|
||
|
|
font-family: 'Courier New', Courier, monospace;
|
||
|
|
font-size: clamp(0.5rem, 2.5vw, 1.2rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-th {
|
||
|
|
font-size: clamp(0.6rem, 2.5vw, 1.2rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-BrandImage {
|
||
|
|
width: 87px;
|
||
|
|
height: 87px;
|
||
|
|
padding: 0.7rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
height: auto;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
background-color: #f3f3f3;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-dottline {
|
||
|
|
border-top: 1px dashed rgb(0, 0, 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-SecondDivMaster {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
margin-bottom: 0.5rem;
|
||
|
|
justify-content: space-evenly;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-SecondDiv {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-SecondDiv2 {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
text-align: right;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-SecondDiv3 {
|
||
|
|
width: 92%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-table {
|
||
|
|
width: 92%;
|
||
|
|
border-collapse: collapse;
|
||
|
|
// margin: 5px 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-tableHeader {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-table-DescriptionDiv {
|
||
|
|
width: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-table-OtherDiv {
|
||
|
|
width: 20px;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-tableBody {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
// .PrintStyle11-SecondDiv-wordings {
|
||
|
|
// font-size: 12px;
|
||
|
|
// }
|
||
|
|
|
||
|
|
.PrintStyle11-print-table th,
|
||
|
|
.PrintStyle11-print-table td {
|
||
|
|
border: 1px solid #000;
|
||
|
|
padding: 2px 6px;
|
||
|
|
border-collapse: collapse;
|
||
|
|
// font-size: 11px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-table th {
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
padding: 5px 5px;
|
||
|
|
// font-size: 12px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-print-prddtls {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
width: 95%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-QRcode {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
width: 50px;
|
||
|
|
height: auto;
|
||
|
|
mix-blend-mode: darken;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle11-ThirdSubDiv1 {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
font-size: clamp(0.7rem, 2.5vw, 0.9rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-Table11 {
|
||
|
|
width: 93%;
|
||
|
|
padding: 0rem 0.5rem 0rem -0.2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-Table11,
|
||
|
|
.Re-print-th11,
|
||
|
|
.Re-print-td11 {
|
||
|
|
border: none;
|
||
|
|
border-collapse: collapse;
|
||
|
|
// font-family: "Arimo", sans-serif;
|
||
|
|
font-family: 'Kode Mono', monospace !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-td11 {
|
||
|
|
font-size: clamp(0.4rem, 2.5vw, 1rem);
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-body-Tr {
|
||
|
|
text-align: center;
|
||
|
|
// font-family: "Arimo", sans-serif;
|
||
|
|
font-family: 'Kode Mono', monospace !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-body-Product11 {
|
||
|
|
text-align: left;
|
||
|
|
font-size: clamp(0.4rem, 2.5vw, 1rem);
|
||
|
|
border: none;
|
||
|
|
border-collapse: collapse;
|
||
|
|
// font-family: "Arimo", sans-serif;
|
||
|
|
font-family: 'Kode Mono', monospace !important;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Re-print-body-Rate11 {
|
||
|
|
text-align: right;
|
||
|
|
font-size: clamp(0.4rem, 2.5vw, 1rem);
|
||
|
|
padding-right: 5px;
|
||
|
|
border: none;
|
||
|
|
border-collapse: collapse;
|
||
|
|
font-family: 'Kode Mono', monospace !important;
|
||
|
|
// font-family: "Arimo", sans-serif;
|
||
|
|
}
|