refactor: enhance ProjectBudgetEstimate component layout, improve budget estimation calculations, and update CSS for better visual consistency and dark mode support

This commit is contained in:
Jennie Robinson Faber 2025-09-10 21:54:28 +01:00
parent f073f91569
commit b6e8d3b7ec
6 changed files with 502 additions and 358 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<section class="py-8 space-y-6">
<section class="space-y-6">
<div class="flex items-center justify-between">
<div class="flex items-center gap-4">
<h2 class="text-2xl font-bold">Budget Worksheet</h2>