Treuebonus-Funkeln im gleichen besonderen Stil wie Abo, aber eigene Farbe

Treuebonus-Kiste im Konto-Dashboard bekam bisher das normale kleine  wie
Bestellungen/Sendungen/Wunschliste. Jetzt nutzt sie denselben großen, kräftig
pulsierenden 🌟-Stern wie die Abo-Kiste (4 Sprachen). Die CSS-Regel dafür gilt
jetzt für beide Kisten gemeinsam und färbt den Glanz automatisch in der jeweils
eigenen --nav-color ein (Abo = Gold, Treuebonus = Grün) statt eines fest codierten
Goldtons — Stil bleibt identisch, nur die Farbe unterscheidet die beiden klar.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
qcigano
2026-08-03 19:58:58 +02:00
co-authored by Claude Sonnet 5
parent b888e682d8
commit 5c1ebfac60
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ const angekommeneBestellungen = beispielBestellungen.filter((b) => b.status ===
<span class="account-nav-label">{t.accountDash.statWishlist}</span>
</button>
<button type="button" class="account-nav-item account-nav-loyalty" data-tab="treuebonus">
<span class="account-nav-sparkle" aria-hidden="true"></span>
<span class="account-nav-sparkle" aria-hidden="true">🌟</span>
<span class="account-nav-icon" aria-hidden="true">🎁</span>
<span class="account-nav-value" id="loyalty-nav-value"></span>
<span class="account-nav-label">{t.accountDash.statLoyalty}</span>