Bold: Line height, company logo, width on description

This commit is contained in:
Benjamin Beganović 2021-08-18 11:03:37 +02:00
parent d0a2af4b17
commit 938bcbf9e9

View File

@ -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 **/