Invoice Widgets completed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user