Android_Retail/src/Styles/BookingScreen/PrintTemplates/ThermalPrinter/PrintStyle4.scss

149 lines
3.0 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.PrintStyle4MasterDiv {
color: #000;
2026-01-30 11:30:58 +05:30
font-family: "Poppins", sans-serif;
2026-01-27 18:27:29 +05:30
line-height: normal;
}
.PrintStyle4-fistDiv {
display: flex;
align-items: center;
justify-content: center;
2026-01-30 11:30:58 +05:30
margin: 4px 4px;
font-family: "Poppins", sans-serif;
color: #000;
letter-spacing: -0.5px;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-SecondDiv {
display: flex;
2026-01-30 11:30:58 +05:30
font-family: "Poppins", sans-serif;
color: #000;
2026-01-27 18:27:29 +05:30
flex-direction: column;
2026-01-30 11:30:58 +05:30
letter-spacing: -0.5px;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-print-dottline {
border-top: 0.5px dashed rgb(0, 0, 0);
border-width: 0.7px;
border-style: dashed;
border-image: initial;
2026-01-30 11:30:58 +05:30
font-weight: 600;
2026-01-27 18:27:29 +05:30
}
.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;
2026-01-30 11:30:58 +05:30
padding: 5px 0;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-print-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
2026-01-30 11:30:58 +05:30
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;
}
}
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-print-table th,
.PrintStyle4-print-table td {
// border: 1px solid #ddd;
padding: 4px;
text-align: left;
2026-01-30 11:30:58 +05:30
font-family: "Poppins", sans-serif;
font-size: 11px !important;
font-weight: 600;
vertical-align: baseline;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-print-table th {
2026-01-30 11:30:58 +05:30
color: #000;
padding: 4px 0;
font-size: 14px;
2026-01-27 18:27:29 +05:30
}
.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;
2026-01-30 11:30:58 +05:30
font-size: 13px !important;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 12px !important;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-FourthDiv {
display: flex;
flex-direction: row;
justify-content: center;
2026-01-30 11:30:58 +05:30
font-family: "Poppins", sans-serif;
2026-01-27 18:27:29 +05:30
margin-top: 0.5rem;
align-items: center;
gap: 1rem;
2026-01-30 11:30:58 +05:30
line-height: 1;
2026-01-27 18:27:29 +05:30
}
.PrintStyle4-FourthSmallwordings {
font-size: 12px;
}
2026-01-30 11:30:58 +05:30
.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;
}
}