fix: removed all prices from deal document

This commit is contained in:
2024-10-29 02:45:23 +04:00
parent 750913d3a6
commit cbe3697f1b
4 changed files with 11 additions and 29 deletions

View File

@@ -63,6 +63,11 @@ hr {
font-weight: bold;
}
.product-header-container {
page-break-inside: avoid;
page-break-after: avoid;
}
.product-data {
height: 130px;
display: flex;
@@ -81,6 +86,7 @@ table {
border-spacing: 0;
border: solid gray 2px;
border-radius: 15px;
margin-bottom: 15px;
}
thead {