From ea78f7b69b614709dd908d519b66dfc4190a9022 Mon Sep 17 00:00:00 2001 From: shweta2101 Date: Mon, 20 Jul 2026 13:54:02 +0530 Subject: [PATCH] Introduce SCSS variables for project edit styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactor styling by introducing numerous SCSS variables for the project edit page and replacing hard-coded values with those variables. Updates cover padding, gaps, font sizes, radii, avatar sizes, sidebar min/max widths, grid columns, buttons, cards and mobile header/title sizes to improve maintainability and responsiveness. No behavioral changes—purely a style/structure refactor. --- .../[id]/projects/[projectId]/edit.vue | 123 +++++++++++------- 1 file changed, 79 insertions(+), 44 deletions(-) diff --git a/pages/workspace/[id]/projects/[projectId]/edit.vue b/pages/workspace/[id]/projects/[projectId]/edit.vue index 2da56db..39c4ff5 100644 --- a/pages/workspace/[id]/projects/[projectId]/edit.vue +++ b/pages/workspace/[id]/projects/[projectId]/edit.vue @@ -849,6 +849,39 @@ function getInitial(value: string) {