a138034c06
- Updated categories component to improve loading state and category display. - Modified order section to handle payment submission with event payload. - Refactored payment form dialog to emit order response on successful payment. - Adjusted order response model to enforce required fields. - Improved root component layout and added success dialog for order submission. - Enhanced sale invoice card component to use new TSP API methods. - Updated API routes for sale invoices to reflect TSP changes. - Improved user interface for business activities and partners sections. - Added card shadow styling for better visual hierarchy. - Introduced new order submitted dialog component for post-order actions. - Cleaned up console logs and improved code readability across components.
12 lines
223 B
SCSS
12 lines
223 B
SCSS
:root {
|
|
--p-drawer-header-padding: 0.5rem 0.875rem !important;
|
|
}
|
|
|
|
.listKeyValue {
|
|
@apply grid md:grid-cols-3 sm:grid-cols-2 sm:gap-4 gap-3 items-center;
|
|
}
|
|
|
|
.cardShadow {
|
|
box-shadow: var(--p-card-shadow) !important;
|
|
}
|