Plain: Update line height

This commit is contained in:
Benjamin Beganović 2021-08-17 18:51:20 +02:00
parent 84febb3a2a
commit 0a910b7fba

View File

@ -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 {
@ -25,6 +26,7 @@
.header-wrapper { .header-wrapper {
display: grid; display: grid;
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
line-height: var(--line-height);
} }
.company-logo { .company-logo {
@ -34,6 +36,7 @@
.header-wrapper #company-address { .header-wrapper #company-address {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
line-height: var(--line-height);
} }
.header-wrapper #entity-details { .header-wrapper #entity-details {
@ -62,6 +65,7 @@
#client-details { #client-details {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
line-height: var(--line-height);
} }
#product-table, #product-table,
@ -209,6 +213,7 @@
/** For more info, please check our docs: https://invoiceninja.github.io **/ /** For more info, please check our docs: https://invoiceninja.github.io **/
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
</style> </style>
<div id="header"></div> <div id="header"></div>
<div id="body"> <div id="body">