style: dashboard LED smaller, TipModal flags fullbleed + subtle picker buttons
Build & Deploy Tippspiel / build (push) Successful in 51s

- Dashboard: LED digits 20px (was 26px) — less crowded between flags
- MatchCard: topRow margins for better badge alignment
- TipModal: flags now object-fit:cover (fullbleed)
- TipModal: picker buttons less glossy — reduced shine from 55% to 12%,
  smaller shadow, subtler hover effect

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-12 13:37:57 +02:00
parent 58b2c7ea86
commit 7c26c93905
3 changed files with 20 additions and 26 deletions
+3 -3
View File
@@ -123,7 +123,7 @@
.ledDigit, .ledColon {
font-family: 'DSEG7', 'Courier New', monospace;
font-size: 26px;
font-size: 20px;
color: #FECC4C;
display: inline-block;
text-align: center;
@@ -135,11 +135,11 @@
}
.ledDigit {
width: 18px;
width: 14px;
}
.ledColon {
width: 8px;
width: 6px;
}
.heroGroup {