mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Update modern design
This commit is contained in:
parent
5a8a52800b
commit
a866fe4aec
@ -49,8 +49,8 @@
|
||||
|
||||
#header, #header-spacer {
|
||||
height: 160px;
|
||||
padding: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
padding: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.company-name {
|
||||
@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
.logo-client-wrapper {
|
||||
margin: 0 2rem 3rem;
|
||||
margin: 0 2rem 0rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1.5fr 1fr;
|
||||
}
|
||||
@ -92,7 +92,7 @@
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
margin: 3rem 2rem;
|
||||
margin: 0rem 2rem;
|
||||
}
|
||||
|
||||
[data-ref="table"] {
|
||||
@ -149,8 +149,8 @@
|
||||
|
||||
#footer, #footer-spacer {
|
||||
height: 220px;
|
||||
padding: 1rem 1.5rem;
|
||||
margin-top: 1rem;
|
||||
padding: 0rem 0rem;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
.footer-content {
|
||||
@ -161,11 +161,13 @@
|
||||
color: #fff4e9;
|
||||
max-height: 140px;
|
||||
justify-content: space-between;
|
||||
margin-top: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.footer-company-details-address-wrapper {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
gap: 0px;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
@ -173,8 +175,8 @@
|
||||
#company-details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
#company-address > *,
|
||||
@ -226,8 +228,8 @@
|
||||
}
|
||||
|
||||
[data-ref="total_table-footer"] {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
table {
|
||||
@ -348,7 +350,7 @@ $entity_images
|
||||
|
||||
<div id="footer">
|
||||
<div class="footer-content">
|
||||
<div style="width: 90%">
|
||||
<div style="width: 70%">
|
||||
<p data-ref="total_table-footer">$entity_footer</p>
|
||||
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user