Add custom POS theme with comprehensive styling for layout, branding, product cards, order lines, and payment components.

This commit is contained in:
Alaguraj0361 2026-01-21 11:48:14 +05:30
parent 2d0f11526d
commit 8aac33c4ff

View File

@ -61,9 +61,9 @@
/* 2. Header & Branding */ /* 2. Header & Branding */
.pos .pos-topheader { .pos .pos-topheader {
background: #ffffff !important; background: #111 !important;
border-bottom: 2px solid #f1f5f9 !important; border-bottom: 2px solid #111 !important;
color: var(--pos-text-dark) !important; color: #fff !important;
height: 85px !important; height: 85px !important;
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;