bold
This commit is contained in:
parent
3ac3f6006c
commit
d3f312b4ef
1 changed files with 5 additions and 1 deletions
|
|
@ -110,10 +110,14 @@
|
|||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
#product-table-footer {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
#product-table-footer > * {
|
||||
display: grid;
|
||||
grid-template-columns: 3fr 1fr 1fr;
|
||||
padding-top: 1.2rem;
|
||||
padding-top: .5rem;
|
||||
padding-left: 1.2rem;
|
||||
gap: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue