Skip to content

Commit

Permalink
feat: update invoice styling
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Feb 1, 2025
1 parent 3fad786 commit 1690667
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Binary file modified public/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions views/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
color: #555;
}

.invoice-box hr {
border-color: #97b785;
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.invoice-box table {
width: 100%;
line-height: inherit;
Expand Down Expand Up @@ -45,7 +53,6 @@
}

.invoice-box table tr.heading td {
background: #eee;
border-bottom: 1px solid #ddd;
font-weight: bold;
}
Expand All @@ -63,8 +70,8 @@
}

.invoice-box table tr.total td:nth-child(3) {
border-top: 2px solid #eee;
font-weight: bold;
color: #97b785;
}

@media only screen and (max-width: 600px) {
Expand Down Expand Up @@ -121,7 +128,9 @@
</table>
</td>
</tr>

</table>
<hr />
<table cellpadding="0" cellspacing="0">
<tr class="information">
<td colspan="3">
<table>
Expand Down

0 comments on commit 1690667

Please sign in to comment.