mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Tech design
This commit is contained in:
parent
0fb3b38c41
commit
35ee6d9225
@ -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"],
|
||||||
|
Loading…
Reference in New Issue
Block a user