mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean design show shipping address
This commit is contained in:
parent
a2b6016b2c
commit
513ad715bd
@ -55,6 +55,10 @@
|
|||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.company-logo-container {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.company-logo {
|
.company-logo {
|
||||||
/* max-width: 65%;*/
|
/* max-width: 65%;*/
|
||||||
max-width: $company_logo_size;
|
max-width: $company_logo_size;
|
||||||
@ -242,12 +246,6 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-logo-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-ref="statement-totals"] {
|
[data-ref="statement-totals"] {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user