1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Update desings to support markdown

This commit is contained in:
Benjamin Beganović 2021-07-29 11:35:13 +02:00
parent 5b8d685a52
commit 3d8c5e3e96
10 changed files with 82 additions and 3 deletions

View File

@ -20,7 +20,7 @@
p {
margin: 0;
padding: 0;
page-break-after: always;
/* page-break-after: always; */
}
.header-wrapper {
@ -242,6 +242,14 @@
display: none
}
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<table>

View File

@ -235,6 +235,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -193,6 +193,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -195,6 +195,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -193,6 +193,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -204,6 +204,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -22,7 +22,7 @@
p {
margin: 0;
padding: 0;
page-break-after: always;
/* page-break-after: always; */
}
.header-container {
@ -261,6 +261,14 @@
display: none
}
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<table>

View File

@ -171,6 +171,14 @@
[data-ref="totals_table-outstanding"] {
color: var(--primary-color)
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>

View File

@ -240,8 +240,15 @@
#footer {
margin-top: 1rem;
}
</style>
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header">
<div style="background-color: #00968B"><!-- 1 --></div>

View File

@ -226,6 +226,14 @@
#footer {
margin-top: 30px;
}
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
</style>
<div id="header"></div>