149 lines
3.0 KiB
SCSS
149 lines
3.0 KiB
SCSS
.PrintStyle4MasterDiv {
|
|
color: #000;
|
|
font-family: "Poppins", sans-serif;
|
|
line-height: normal;
|
|
}
|
|
.PrintStyle4-fistDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 4px 4px;
|
|
font-family: "Poppins", sans-serif;
|
|
color: #000;
|
|
letter-spacing: -0.5px;
|
|
}
|
|
.PrintStyle4-SecondDiv {
|
|
display: flex;
|
|
font-family: "Poppins", sans-serif;
|
|
color: #000;
|
|
flex-direction: column;
|
|
letter-spacing: -0.5px;
|
|
}
|
|
|
|
.PrintStyle4-print-dottline {
|
|
border-top: 0.5px dashed rgb(0, 0, 0);
|
|
border-width: 0.7px;
|
|
border-style: dashed;
|
|
border-image: initial;
|
|
font-weight: 600;
|
|
}
|
|
.PrintStyle4-ThirdDivMaster {
|
|
margin: 0.5rem 0rem;
|
|
padding: 0rem 0.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.PrintStyle4-ThirdP {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.PrintStyle4-print-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin-bottom: 20px;
|
|
font-family: "Poppins", sans-serif;
|
|
thead tr {
|
|
border-top: 1px dashed #000 !important;
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 600;
|
|
border-bottom: 1px dashed #000 !important;
|
|
}
|
|
thead th {
|
|
font-family: "Poppins", sans-serif;
|
|
letter-spacing: -0.5px;
|
|
font-weight: 600;
|
|
}
|
|
tbody tr {
|
|
border-bottom: 1px solid #000;
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 600;
|
|
line-height: 0.9;
|
|
}
|
|
tbody td {
|
|
padding-bottom: 2px;
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 600;
|
|
text-transform: capitalize !important;
|
|
letter-spacing: -0.5px;
|
|
> div {
|
|
font-family: "Poppins", sans-serif;
|
|
text-transform: capitalize !important;
|
|
font-weight: 600;
|
|
letter-spacing: -0.5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.PrintStyle4-print-table th,
|
|
.PrintStyle4-print-table td {
|
|
// border: 1px solid #ddd;
|
|
padding: 4px;
|
|
text-align: left;
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 11px !important;
|
|
font-weight: 600;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.PrintStyle4-print-table th {
|
|
color: #000;
|
|
padding: 4px 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.PrintStyle4-BrandImage {
|
|
width: 60px;
|
|
height: 60px;
|
|
mix-blend-mode: darken;
|
|
}
|
|
|
|
.PrintStyle4-FourthP {
|
|
// padding: 0rem 0.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.PrintStyle4-FourthSpan {
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 13px !important;
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 600;
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.PrintStyle4-FourthDiv {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
font-family: "Poppins", sans-serif;
|
|
margin-top: 0.5rem;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.PrintStyle4-FourthSmallwordings {
|
|
font-size: 12px;
|
|
}
|
|
.print2subTotal {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 20px;
|
|
font-weight: 600 !important;
|
|
font-family: "Poppins", sans-serif;
|
|
border-bottom: 1px dashed #000;
|
|
border-top: 1px dashed #000;
|
|
text-transform: uppercase;
|
|
padding: 5px 0;
|
|
> div {
|
|
font-family: "Poppins", sans-serif;
|
|
}
|
|
}
|