Invoice Widgets completed

This commit is contained in:
2026-02-11 19:38:06 +01:00
parent 87531237c7
commit 882752472e
16 changed files with 240 additions and 18 deletions

View File

@@ -92,6 +92,7 @@ html {
flex-direction: column;
height: 100%;
background-color: #ffffff !important;
overflow-y: auto;
}
.logo {
@@ -143,3 +144,24 @@ th:after {
text-align: right;
overflow: auto;
}
.widget-content-item {
font-size: 10pt;
margin-bottom: 10px;
}
.widget-content-item td,
.widget-content-item th {
font-size: 10pt;
}
.widget-content-item label {
display: block;
margin-top: 5px;
}
.widget-content-item a {
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}