From 3a3a46992cb63e59ac1b5436d86e855b19fd7425 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 6 Apr 2026 13:51:23 +0200 Subject: [PATCH] style : align design with SIRH/Lesstime visual patterns - Remove max-width constraint, use responsive padding (px-4 sm:px-8 lg:px-16) - Replace heavy border cards with bg-tertiary-500 backgrounds - Use primary-500 colored titles like SIRH - Use neutral color palette instead of m-* custom colors - Auto-fill grid for responsive card layout - Consistent button styles with SIRH/Lesstime patterns Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/pages/applications/[slug].vue | 193 ++++++++++++++----------- frontend/pages/applications/index.vue | 72 ++++----- 2 files changed, 147 insertions(+), 118 deletions(-) diff --git a/frontend/pages/applications/[slug].vue b/frontend/pages/applications/[slug].vue index 5eba2b8..0342a67 100644 --- a/frontend/pages/applications/[slug].vue +++ b/frontend/pages/applications/[slug].vue @@ -133,84 +133,96 @@ onMounted(loadApplication)