diff --git a/modules/turnero/views/recepcion.php b/modules/turnero/views/recepcion.php index 65c3894..067f303 100644 --- a/modules/turnero/views/recepcion.php +++ b/modules/turnero/views/recepcion.php @@ -169,26 +169,6 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user'][' .consent-acciones { display: flex; gap: .3rem; flex-shrink: 0; } .consent-acciones .btn { font-size: .72rem; padding: 2px 8px; border-radius: 7px; } - /* ── Modal firma presencial ── */ - .modal-firma-backdrop { - display: none; position: fixed; inset: 0; - background: rgba(15,23,42,.65); z-index: 1050; - align-items: center; justify-content: center; - } - .modal-firma-backdrop.open { display: flex; } - .modal-firma-box { - background: #fff; border-radius: 16px; - width: min(94vw, 860px); height: min(88vh, 720px); - display: flex; flex-direction: column; overflow: hidden; - box-shadow: 0 8px 40px rgba(0,0,0,.35); - } - .modal-firma-hdr { - padding: 12px 18px; border-bottom: 1px solid #e2e8f0; - display: flex; align-items: center; justify-content: space-between; - font-size: .95rem; font-weight: 600; flex-shrink: 0; - } - .modal-firma-box iframe { flex: 1; border: 0; } - /* ── Barra de acciones ── */ .ficha-acciones { position: sticky; bottom: 0; @@ -450,19 +430,6 @@ require_once __DIR__ . '/../../../shared/components/sidebar.php'; - - -