diff --git a/src/app.css b/src/app.css index 214ca94..08fa488 100644 --- a/src/app.css +++ b/src/app.css @@ -44,16 +44,13 @@ body { /* Kart yapısı */ .card { background: var(--background-color); - border: 1px solid var(--card-border-color); + border: 1px solid #5B5865; border-radius: 12px; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); + box-shadow: none; padding: 2rem; transition: all 0.3s ease; } -.card:hover { - box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); -} /* Buton stilleri */ .btn { diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 861d76e..a4c9ab6 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -10,15 +10,7 @@ diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 085bc2d..e02022b 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -1205,16 +1205,12 @@ display: flex; align-items: center; padding: 1.5rem; - border: 1px solid var(--card-border-color); + border: 1px solid #5B5865; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; } - .stat-card:hover { - transform: translateY(-2px); - box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); - } - + .stat-icon { width: 60px; height: 60px; @@ -1336,7 +1332,7 @@ .sidebar { width: 280px; background: white; - border: 1px solid var(--card-border-color); + border: 1px solid #5B5865; border-radius: 12px; padding: 1.5rem; height: fit-content; @@ -1396,12 +1392,7 @@ text-align: left; } - .nav-btn:hover { - background: var(--primary-color); - color: white; - transform: translateX(4px); - } - + .nav-btn.active { background: var(--primary-color); color: white; @@ -1764,21 +1755,7 @@ border-color: #BFDBFE; } - .fuel-summary-card:hover { - transform: translateY(-4px); - box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12); - } - - .fuel-summary-card.benzin:hover { - background: #FED7AA; - border-color: #FDBA74; - } - - .fuel-summary-card.motorin:hover { - background: #BFDBFE; - border-color: #93C5FD; - } - + .summary-icon-wrapper { width: 64px; height: 64px; @@ -1846,7 +1823,7 @@ .table-container { background: white; border-radius: 12px; - border: 1px solid var(--card-border-color); + border: 1px solid #5B5865; overflow: hidden; } @@ -1925,11 +1902,7 @@ transition: all 0.2s ease; } - .fuel-table tbody tr:hover { - background: #F9FAFB; - transform: scale(1.001); - } - + .fuel-table tbody tr:last-child td { border-bottom: none; } diff --git a/src/routes/fuel-slips/+page.svelte b/src/routes/fuel-slips/+page.svelte index 0c75420..23573d7 100644 --- a/src/routes/fuel-slips/+page.svelte +++ b/src/routes/fuel-slips/+page.svelte @@ -288,12 +288,6 @@

Yakıt İşlemleri

-
- 👤 {user?.full_name} - -
{#if error} diff --git a/src/routes/goods-manager/+page.svelte b/src/routes/goods-manager/+page.svelte index 40e8122..c337b05 100644 --- a/src/routes/goods-manager/+page.svelte +++ b/src/routes/goods-manager/+page.svelte @@ -201,12 +201,6 @@ Bekleyen Fiş -
- 👤 {user?.full_name} - -
{#if error}