mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
fix: pos recent order display customer code and name (#48379)
(cherry picked from commit 5f721f01d3)
Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
@@ -1063,21 +1063,31 @@
|
||||
justify-content: flex-end;
|
||||
padding-right: var(--padding-sm);
|
||||
|
||||
> .customer-name {
|
||||
font-size: var(--text-2xl);
|
||||
font-weight: 700;
|
||||
}
|
||||
> .customer-section {
|
||||
margin-bottom: auto;
|
||||
|
||||
> .customer-email {
|
||||
font-size: var(--text-md);
|
||||
font-weight: 500;
|
||||
> .customer-name {
|
||||
font-size: var(--text-2xl);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
> .customer-code {
|
||||
font-size: var(--text-xs);
|
||||
font-weight: 500;
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
> .customer-email {
|
||||
font-size: var(--text-md);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
> .cashier {
|
||||
font-size: var(--text-md);
|
||||
font-weight: 500;
|
||||
color: var(--gray-600);
|
||||
margin-top: auto;
|
||||
margin-top: var(--margin-md);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1085,7 +1095,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
|
||||
> .paid-amount {
|
||||
font-size: var(--text-2xl);
|
||||
|
||||
Reference in New Issue
Block a user