style(turnero): alinear botones de recepcion con lugar

- 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 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-04 13:28:45 -05:00
co-authored by Claude Sonnet 4.6
parent 54fc986d82
commit fb1cd2161c
+4 -4
View File
@@ -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; }
</style>
</head>
<body>