Fixes for the elegant design
This commit is contained in:
parent
c9a9ee342c
commit
9887f43761
|
|
@ -188,7 +188,6 @@
|
||||||
grid-template-columns: 2fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
margin-right: .75rem;
|
|
||||||
gap: 80px;
|
gap: 80px;
|
||||||
page-break-inside:auto;
|
page-break-inside:auto;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
@ -212,11 +211,12 @@
|
||||||
|
|
||||||
#table-totals>.totals-table-right-side>*> :nth-child(2) {
|
#table-totals>.totals-table-right-side>*> :nth-child(2) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table-totals > * > :last-child {
|
#table-totals > * > :last-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 0.5rem;
|
margin-right: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-ref="total_table-footer"] {
|
[data-ref="total_table-footer"] {
|
||||||
|
|
@ -225,6 +225,7 @@
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Markdown-specific styles. **/
|
/** Markdown-specific styles. **/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue