mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:24:36 -04:00
Bold: Line height, company logo, width on description
This commit is contained in:
parent
d0a2af4b17
commit
938bcbf9e9
@ -2,6 +2,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--primary-color: $primary_color;
|
--primary-color: $primary_color;
|
||||||
--secondary-color: $secondary_color;
|
--secondary-color: $secondary_color;
|
||||||
|
--line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -31,10 +32,12 @@
|
|||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
color: white;
|
color: white;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-logo {
|
.company-logo {
|
||||||
max-width: 65%;
|
max-width: 65%;
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#company-details,
|
#company-details,
|
||||||
@ -47,6 +50,7 @@
|
|||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
#client-details > :first-child {
|
#client-details > :first-child {
|
||||||
@ -251,6 +255,10 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-ref="product_table-product.description-th"] {
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
|
||||||
/** Useful snippets, uncomment to enable. **/
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
/** Hide company logo **/
|
/** Hide company logo **/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user