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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -240,8 +240,15 @@
#footer { #footer {
margin-top: 1rem; 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 id="header">
<div style="background-color: #00968B"><!-- 1 --></div> <div style="background-color: #00968B"><!-- 1 --></div>

View File

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