mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Clean Design
This commit is contained in:
parent
85029a03f4
commit
61709c7bce
@ -119,22 +119,16 @@
|
||||
padding-right:30px;
|
||||
}
|
||||
|
||||
#client-details > :first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#shipping-details {
|
||||
display: $show_shipping_address;
|
||||
flex-direction: column;
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
#client-details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
line-height: var(--line-height);
|
||||
}
|
||||
|
||||
#client-details > :first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
[data-ref="table"] {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 5px;
|
||||
@ -186,8 +180,9 @@
|
||||
margin-top: 0rem;
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
padding-top: .5rem;
|
||||
padding-top: 0rem;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
gap: 80px;
|
||||
page-break-inside:avoid;
|
||||
overflow: visible !important;
|
||||
|
Loading…
Reference in New Issue
Block a user