style(turnero): alinear ficha-acciones de recepcion con lugar
- Eliminar display:flex de ficha-acciones (rompía el apilado de filas accion-primary-row / accion-secondary-row, quedaban side-by-side) - Padding: 1rem 0 .25rem → .8rem 1.4rem .9rem (igual que lugar) - Background: #fff → rgba(255,255,255,.97) + backdrop-filter:blur(6px) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
fb1cd2161c
commit
69a6859b51
@@ -196,9 +196,11 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user']['
|
|||||||
/* ── Barra de acciones ── */
|
/* ── Barra de acciones ── */
|
||||||
.ficha-acciones {
|
.ficha-acciones {
|
||||||
position: sticky; bottom: 0;
|
position: sticky; bottom: 0;
|
||||||
background: #fff; border-top: 1px solid #e2e8f0;
|
background: rgba(255,255,255,.97);
|
||||||
padding: 1rem 0 .25rem; margin-top: 1rem;
|
backdrop-filter: blur(6px);
|
||||||
display: flex; gap: .5rem; flex-wrap: wrap;
|
border-top: 1px solid #e2e8f0;
|
||||||
|
padding: .8rem 1.4rem .9rem;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Badge de turno activo en topbar ── */
|
/* ── Badge de turno activo en topbar ── */
|
||||||
|
|||||||
Reference in New Issue
Block a user