Sidebars - animaciones

This commit is contained in:
2025-07-18 12:21:26 -06:00
parent 1900091b99
commit 37dcfffd7b
69 changed files with 1282 additions and 710 deletions

View File

@@ -179,7 +179,7 @@
<div class="content">
<h4 class="mb-4 animate__animated animate__fadeInDown title_glow"> Nuevo Chofer</h4>
<div class="card p-4 shadow-sm bg-white card-hover position-relative h-auto">
<div class="card p-4 shadow-sm bg-white card-hover position-relative h-auto fade-in-up">
<!-- Se agrega enctype para subir archivos -->
<form action="/IMPORTADORES/choferes/guardar" method="POST" enctype="multipart/form-data" id="formAltaChoferes">
<div class="row mb-3">

View File

@@ -178,7 +178,7 @@
<div class="content">
<h4 class="mb-4 animate__animated animate__fadeInDown title_glow">✏️ Editar Chofer #<?= (int)$chofer['id_chofer'] ?></h4>
<div class="card p-4 shadow-sm bg-white card-hover position-relative h-auto">
<div class="card p-4 shadow-sm bg-white card-hover position-relative h-auto fade-in-up">
<form action="/IMPORTADORES/choferes/actualizar" method="POST" enctype="multipart/form-data" id="formEditChoferes">
<input type="hidden" name="id_chofer" value="<?= (int)$chofer['id_chofer'] ?>">

View File

@@ -68,8 +68,8 @@
<div class="content">
<h4 class="mb-4 animate__animated animate__fadeInDown title_glow">👨‍✈️ Mis Choferes</h4>
<a href="/IMPORTADORES/choferes/crear" class="btn btn-success mb-3 mt-auto w-auto btn-animated"> Nuevo Chofer</a>
<div class="card p-3 shadow-sm card-hover position-relative h-auto">
<a href="/IMPORTADORES/choferes/crear" class="btn btn-success mb-3 mt-auto w-auto btn-animated fade-in-up"> Nuevo Chofer</a>
<div class="card p-3 shadow-sm card-hover position-relative h-auto fade-in-up">
<div class="table-responsive">
<table class="table table-striped" id="tabla-choferes">
<thead>