fix: customer details spacing
This commit is contained in:
parent
f719380a0d
commit
fa0ef218dd
@ -270,13 +270,14 @@
|
|||||||
> .customer-fields-container {
|
> .customer-fields-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
margin-top: var(--margin-sm);
|
margin-top: var(--margin-md);
|
||||||
gap: var(--padding-sm);
|
column-gap: var(--padding-sm);
|
||||||
|
row-gap: var(--padding-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .transactions-label {
|
> .transactions-label {
|
||||||
@extend .label;
|
@extend .label;
|
||||||
margin-top: var(--margin-sm);
|
margin-top: var(--margin-md);
|
||||||
margin-bottom: var(--margin-sm);
|
margin-bottom: var(--margin-sm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -579,13 +580,12 @@
|
|||||||
> .invoice-name-date {
|
> .invoice-name-date {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: space-around;
|
||||||
|
|
||||||
> .invoice-name {
|
> .invoice-name {
|
||||||
@extend .nowrap;
|
@extend .nowrap;
|
||||||
font-size: var(--text-md);
|
font-size: var(--text-md);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: var(--margin-xs);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .invoice-date {
|
> .invoice-date {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user