This commit is contained in:
2026-05-08 09:06:14 +12:00
parent 1533b5aa9b
commit 9afc3170ff
22 changed files with 2710 additions and 549 deletions
+4 -4
View File
@@ -270,8 +270,8 @@
padding: 0.74rem 0.9rem;
font-weight: 600;
color: #fff;
background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
box-shadow: 0 8px 20px rgba(34, 169, 94, 0.18);
background: var(--color-brand);
box-shadow: none;
}
.metric-row {
@@ -384,7 +384,7 @@
flex-shrink: 0;
border-radius: 0.72rem;
color: #fff;
background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
background: var(--color-brand);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.05em;
@@ -444,7 +444,7 @@
border: 1px solid var(--line);
border-radius: 0.84rem;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 40px rgba(15, 23, 17, 0.1);
box-shadow: none;
}
.menu-panel a {