Fix issues on invoice template

This commit is contained in:
radhu587
2020-05-08 18:49:02 +05:30
parent a739a938fc
commit 325f90bba5
9 changed files with 235 additions and 204 deletions

View File

@@ -123,7 +123,7 @@
}
.shipping-address-name {
max-width: 250px;
max-width: 160px;
font-size: 15px;
line-height: 22px;
padding: 0px;
@@ -155,7 +155,7 @@
}
.billing-address-name {
max-width: 250px;
max-width: 160px;
font-size: 15px;
line-height: 22px;
padding: 0px;
@@ -214,21 +214,23 @@
.item-description {
color: #595959;
font-size: 9px;
font-weight:300;
line-height: 12px;
}
/* -- Total Display Table -- */
.total-display-container {
padding: 0 25px;
}
.total-display-table {
border-top: none;
box-sizing: border-box;
width: 630px;
page-break-inside: avoid;
page-break-before: auto;
page-break-after: auto;
margin-left: 420px;
margin-top: 10px;
margin-left: 500px;
margin-top: 20px;
}
.total-table-attribute-label {
@@ -239,7 +241,7 @@
}
.total-table-attribute-value {
font-weight: 500;
font-weight: bold;
text-align: right;
font-size: 13px;
color: #040405;