Feature: JETZT-Welt — Streak+Gassirunde+Übung als kompakte 3er-Chip-Zeile, SW by-v650

This commit is contained in:
rene 2026-05-03 11:07:27 +02:00
parent 87d3006aa7
commit a84df71383
5 changed files with 71 additions and 43 deletions

View file

@ -7805,6 +7805,48 @@ svg.empty-state-icon {
padding: 4px 2px 0;
}
/* JETZT-Chip-Reihe: Streak | Gassirunde | Übung */
.wj-chip-row {
display: flex;
gap: 8px;
}
.wj-chip {
flex: 1;
min-width: 0;
background: rgba(0, 0, 0, 0.32);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 14px;
padding: 10px 6px 9px;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: background 0.12s;
}
.wj-chip:active { background: rgba(0, 0, 0, 0.52); }
.wj-chip-label {
font-size: 8px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
line-height: 1;
}
.wj-chip-val {
font-size: 10px;
font-weight: 700;
color: white;
line-height: 1.25;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
/* Footer-Links (Impressum / Die 100 / Datenschutz) */
.world-footer-links {
text-align: center;