diff --git a/public/assets/img/logo.png b/public/assets/img/logo.png index a8568b8..8beeeb4 100644 Binary files a/public/assets/img/logo.png and b/public/assets/img/logo.png differ diff --git a/public/userarea/production_dashboard.php b/public/userarea/production_dashboard.php index c462def..62c364d 100644 --- a/public/userarea/production_dashboard.php +++ b/public/userarea/production_dashboard.php @@ -41,7 +41,7 @@ flex-wrap: wrap; justify-content: center; gap: 20px; - margin-bottom: 40px; + margin-bottom: 50px; width: 100%; max-width: 900px; } @@ -93,16 +93,17 @@ width: 100%; max-width: 900px; justify-items: center; - margin-bottom: 25px; + margin-bottom: 40px; } .dashboard-grid-bottom { display: grid; grid-template-columns: repeat(3, minmax(200px, 1fr)); - gap: 25px 35px; + gap: 15px 35px; width: 100%; max-width: 900px; justify-items: center; + margin-top: 10px; } .dash-btn { @@ -160,7 +161,16 @@ background: linear-gradient(135deg, #b9e3ffff, #d7f1ffff); } + .btn-programmazione { + background: linear-gradient(135deg, #d1b3ffff, #e2ccffff); + } + + .btn-status { + background: linear-gradient(135deg, #ffd5f6ff, #ffe4faff); + } + @media (max-width: 768px) { + .stats-row { flex-direction: column; align-items: center; @@ -169,7 +179,7 @@ .dashboard-grid, .dashboard-grid-bottom { grid-template-columns: 1fr; - gap: 20px; + gap: 15px; } .dash-btn { @@ -229,7 +239,7 @@ - +