90 lines
1.6 KiB
SCSS
90 lines
1.6 KiB
SCSS
|
|
.PrintStyle4MasterDiv {
|
||
|
|
color: #000;
|
||
|
|
// font-family: "Podkova";
|
||
|
|
// font-family: "Crimson Pro", serif;
|
||
|
|
font-family: 'Courier New', Courier, monospace;
|
||
|
|
line-height: normal;
|
||
|
|
}
|
||
|
|
.PrintStyle4-fistDiv {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
margin: 1rem;
|
||
|
|
}
|
||
|
|
.PrintStyle4-SecondDiv {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-print-dottline {
|
||
|
|
border-top: 0.5px dashed rgb(0, 0, 0);
|
||
|
|
border-width: 0.7px;
|
||
|
|
border-style: dashed;
|
||
|
|
border-image: initial;
|
||
|
|
}
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
.PrintStyle4-print-tableMaster {
|
||
|
|
transform: scale(0.96);
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-print-table {
|
||
|
|
width: 100%;
|
||
|
|
border-collapse: collapse;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-print-table th,
|
||
|
|
.PrintStyle4-print-table td {
|
||
|
|
// border: 1px solid #ddd;
|
||
|
|
padding: 4px;
|
||
|
|
text-align: left;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-print-table th {
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
padding: 0.5rem 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-FourthDiv {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: center;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
align-items: center;
|
||
|
|
gap: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.PrintStyle4-FourthSmallwordings {
|
||
|
|
font-size: 12px;
|
||
|
|
}
|