1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Tech design

This commit is contained in:
David Bomba 2023-02-25 21:42:09 +11:00
parent 0fb3b38c41
commit 35ee6d9225

View File

@ -63,15 +63,9 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
/* align-items: center; */
/* height: 120px; */
}
.company-logo-wrapper {
} }
.company-logo { .company-logo {
/* max-width: 65%;*/
max-width: $company_logo_size; max-width: $company_logo_size;
} }
@ -243,7 +237,8 @@
} }
[data-ref="total_table-footer"] { [data-ref="total_table-footer"] {
padding-left: 1rem padding-left: 1.5rem;
padding-right: 2rem;
} }
[data-ref="totals_table-outstanding-label"], [data-ref="totals_table-outstanding-label"],