From cf118d4cc272745a94ae00038a6deba90834b934 Mon Sep 17 00:00:00 2001 From: IO420 <320154041@pcpuma.acatlan.unam.mx> Date: Fri, 5 Sep 2025 20:54:29 -0400 Subject: [PATCH] fixed problems responsives and added a new component --- app/ActivosMantenimiento/page.tsx | 2 - app/Alta/page.tsx | 107 ++++++++--------- app/AsignacionMesas/page.tsx | 1 - .../BarNavigation/BarNavigation.css | 4 +- .../BarNavigation/BarNavigation.tsx | 13 +-- app/Components/Login/Login.css | 9 +- .../ProgramSelector/ProgramSelector.tsx | 96 +++++++++++++++ app/Components/Receipt/Receipt.tsx | 1 - app/InformacionEquipo/informacionequipo.css | 24 +--- app/InformacionEquipo/page.tsx | 109 ++---------------- app/globals.css | 10 +- 11 files changed, 179 insertions(+), 197 deletions(-) create mode 100644 app/Components/ProgramSelector/ProgramSelector.tsx diff --git a/app/ActivosMantenimiento/page.tsx b/app/ActivosMantenimiento/page.tsx index 11ddc6f..5bf1e47 100644 --- a/app/ActivosMantenimiento/page.tsx +++ b/app/ActivosMantenimiento/page.tsx @@ -66,7 +66,6 @@ export default function Page() {