From fb1cd2161c6ce153e66788c65e24f2502c726b70 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:28:45 -0500 Subject: [PATCH] style(turnero): alinear botones de recepcion con lugar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - btn-accion-primary: padding .8rem 1rem→.8rem, font-size .97→1rem, opacity .55→.5 - touch target: eliminar override de padding en cola-card que contradecía el base Co-Authored-By: Claude Sonnet 4.6 --- modules/turnero/views/recepcion.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/turnero/views/recepcion.php b/modules/turnero/views/recepcion.php index a9d57eb..3835d42 100644 --- a/modules/turnero/views/recepcion.php +++ b/modules/turnero/views/recepcion.php @@ -283,13 +283,13 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user'][' /* ── Barra de acciones: botones primarios/secundarios touch-friendly ── */ .accion-primary-row { margin-bottom: .5rem; } .btn-accion-primary { - width: 100%; padding: .8rem 1rem; border: none; border-radius: 11px; - font-size: .97rem; font-weight: 700; cursor: pointer; + width: 100%; padding: .8rem; border: none; border-radius: 11px; + font-size: 1rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: .45rem; transition: background .15s, transform .1s, opacity .15s; } .btn-accion-primary:active { transform: scale(.98); } - .btn-accion-primary:disabled { opacity: .55; cursor: not-allowed; } + .btn-accion-primary:disabled { opacity: .5; cursor: not-allowed; } .btn-accion-primary.verde { background: #16a34a; color: #fff; } .btn-accion-primary.verde:hover { background: #15803d; } .btn-accion-primary.azul { background: #2563eb; color: #fff; } @@ -312,7 +312,7 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user'][' .exam-check-item { min-height: 40px; } .consent-item { min-height: 46px; } .pac-resultado { min-height: 50px; } - .cola-card { min-height: 62px; padding: .7rem 1rem .7rem .85rem; } + .cola-card { min-height: 62px; }