Skip to content

Commit

Permalink
return 2 spaces indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Sep 30, 2024
1 parent 0bf0062 commit 20b4e12
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions app/views/templates/invoices/v4/charge.slim
Original file line number Diff line number Diff line change
Expand Up @@ -243,29 +243,29 @@ html
}

.invoice-resume-table tr td {
padding-top: 8px;
padding-bottom: 8px;
text-align: right;
word-wrap: break-word;
padding-top: 8px;
padding-bottom: 8px;
text-align: right;
word-wrap: break-word;
}
.invoice-resume-table td:first-child {
width: 50%;
text-align: left;
width: 50%;
text-align: left;
}
.invoice-resume-table td:nth-child(2) {
width: 12.5%;
max-width: 10vw;
width: 12.5%;
max-width: 10vw;
}
.invoice-resume-table td:nth-child(3) {
width: 12.5%;
max-width: 10vw;
width: 12.5%;
max-width: 10vw;
}
.invoice-resume-table td:nth-child(4) {
width: 12.5%;
width: 12.5%;
}
.invoice-resume-table td:nth-child(5) {
width: 12.5%;
max-width: 10vw;
width: 12.5%;
max-width: 10vw;
}

.invoice-resume-table tr {
Expand All @@ -276,28 +276,28 @@ html
}

.invoice-resume-table tr.details, .invoice-resume-table tr.charge-name {
border: none;
border: none;
}

.invoice-resume-table tr.charge-name td {
padding-bottom: 0;
color: #19212e;
padding-bottom: 0;
color: #19212e;
}

.invoice-resume-table tr.details td {
color: #66758F;
padding-top: 4px;
padding-bottom: 4px;
color: #66758F;
padding-top: 4px;
padding-bottom: 4px;
}

.invoice-resume-table tr.details td:first-child {
padding-left: 8px;
padding-left: 8px;
}

.invoice-resume-table tr.details.subtotal td {
padding-bottom: 8px;
border-bottom: 1px solid #d9dee7;
color: #19212e;
padding-bottom: 8px;
border-bottom: 1px solid #d9dee7;
color: #19212e;
}

.invoice-resume .total-table tr td {
Expand Down

0 comments on commit 20b4e12

Please sign in to comment.