From 587bbc4b7cd7ef3b737571e6cc4d52c2e4b1e66d Mon Sep 17 00:00:00 2001 From: jalvarado Date: Tue, 8 Apr 2025 10:45:31 -0600 Subject: [PATCH 1/3] styles --- package.json | 3 +- src/app/(public)/page.tsx | 3 +- src/components/formulario-card.tsx | 4 +-- src/components/layout/footer.tsx | 14 ++++---- src/components/layout/header.tsx | 52 +++++++++++++++--------------- src/styles/sass/_utilities.scss | 10 +++--- src/styles/sass/bootstrap.scss | 3 +- 7 files changed, 45 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index 0fe53fd..9d10668 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev --turbopack", "build": "next build", "start:local": "next build && next start -p 3246", - "start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", + "start:dev": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", + "start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246", "lint": "next lint" }, "dependencies": { diff --git a/src/app/(public)/page.tsx b/src/app/(public)/page.tsx index f5831d5..43d5735 100644 --- a/src/app/(public)/page.tsx +++ b/src/app/(public)/page.tsx @@ -51,7 +51,8 @@ export default function Page() { .replace(/^-+|-+$/g, ''); } - if (loading) return
Cargando cuestionarios...
; + if (loading) + return
Cargando cuestionarios...
; if (error) return
{error}
; return ( diff --git a/src/components/formulario-card.tsx b/src/components/formulario-card.tsx index b8d6784..a1dca6c 100644 --- a/src/components/formulario-card.tsx +++ b/src/components/formulario-card.tsx @@ -31,7 +31,7 @@ export default function FormularioCard({ return (
-
+
router.push(link)} outline className="mt-3 w-100 py-1 rounded" - variant="primary" + variant="azul" > {button_message} diff --git a/src/components/layout/footer.tsx b/src/components/layout/footer.tsx index 486d041..0d86483 100644 --- a/src/components/layout/footer.tsx +++ b/src/components/layout/footer.tsx @@ -5,15 +5,15 @@ export default function Footer() { const year = date.getFullYear(); return ( -