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