Update kiosko.php
This commit is contained in:
@@ -262,29 +262,32 @@ unset($p);
|
||||
}
|
||||
.btn-kiosko-back:hover { background: var(--brand-mid); border-color: var(--brand); color: var(--brand-dark); }
|
||||
|
||||
/* ── Print: ticket para impresora térmica ── */
|
||||
/* ── Print: ticket para impresora térmica SRP-B300 ── */
|
||||
@media print {
|
||||
@page { margin: 6mm 4mm; size: auto; }
|
||||
@page { margin: 1mm 2mm; size: 80mm auto; }
|
||||
body { background: #fff !important; font-family: 'Courier New', Courier, 'Lucida Console', monospace !important; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
|
||||
.kiosko-topbar, .kiosko-footer, .spinner-overlay, .toast-error,
|
||||
.btn-nuevo, #screen-prio, #screen-datos { display: none !important; }
|
||||
#screen-ticket { display: block !important; opacity: 1 !important; position: static !important; }
|
||||
.kiosko-wrap { height: auto !important; }
|
||||
.screen { padding: 0 !important; }
|
||||
.screen { padding: 0 !important; min-height: 0 !important; }
|
||||
.ticket-box {
|
||||
max-width: 80mm !important; width: 100% !important;
|
||||
padding: 0.3rem 0 !important; margin: 0 auto !important;
|
||||
width: 72mm !important; max-width: 72mm !important;
|
||||
padding: 0 !important; margin: 0 auto !important;
|
||||
box-shadow: none !important; border: none !important;
|
||||
border-top: none !important; border-radius: 0 !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
.ticket-label { font-size: 0.55rem !important; letter-spacing: 0.05em !important; margin-bottom: 0.1rem !important; }
|
||||
.ticket-codigo { font-size: 1.6rem !important; font-weight: 700 !important; letter-spacing: 0 !important; }
|
||||
.ticket-prio-badge { font-size: 0.55rem !important; padding: 0.1rem 0.4rem !important; margin-top: 0.2rem !important; }
|
||||
.ticket-pos { margin-top: 0.3rem !important; padding: 0.2rem !important; border-radius: 0 !important; }
|
||||
.ticket-pos .lbl { font-size: 0.5rem !important; letter-spacing: 0.04em !important; }
|
||||
.ticket-pos .num { font-size: 0.9rem !important; font-weight: 700 !important; }
|
||||
.ticket-instruc { font-size: 0.5rem !important; margin-top: 0.3rem !important; line-height: 1.3 !important; }
|
||||
.ticket-label { font-size: 8pt !important; letter-spacing: 0.03em !important; margin-bottom: 0 !important; padding-top: 2pt !important; }
|
||||
.ticket-codigo { font-size: 22pt !important; font-weight: 700 !important; letter-spacing: 0 !important; line-height: 1 !important; padding: 0 !important; }
|
||||
.ticket-prio-badge { font-size: 8pt !important; padding: 0 !important; margin: 0 !important; background: transparent !important; color: #000 !important; }
|
||||
.ticket-pos { margin: 2pt 0 !important; padding: 0 !important; border-radius: 0 !important; background: transparent !important; }
|
||||
.ticket-pos .lbl { font-size: 7pt !important; letter-spacing: 0.03em !important; }
|
||||
.ticket-pos .num { font-size: 11pt !important; font-weight: 700 !important; color: #000 !important; }
|
||||
.ticket-instruc { font-size: 7pt !important; margin: 2pt 0 !important; line-height: 1.15 !important; padding-bottom: 2pt !important; }
|
||||
.ticket-codigo, .ticket-label, .ticket-prio-badge,
|
||||
.ticket-pos, .ticket-pos .lbl, .ticket-pos .num,
|
||||
.ticket-instruc { color: #000 !important; }
|
||||
}
|
||||
|
||||
/* ── Ticket ── */
|
||||
|
||||
Reference in New Issue
Block a user