style: card polish — badge spacing, no separator line, wider tip row

- Badges: more margin below (10px), better text centering (line-height:1)
- Removed border-top separator between flags and tip area
- Tipped row: full width to align with flag edges
- Reduced card padding for compactness

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-12 14:53:34 +02:00
parent a7485da0e9
commit 07f6a8ae13
+12 -6
View File
@@ -1,7 +1,7 @@
/* MatchCard — Stadium Elite Style */
.card {
padding: 20px 24px;
padding: 16px 20px;
transition: box-shadow 0.2s, transform 0.15s;
cursor: default;
}
@@ -26,7 +26,7 @@
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 6px;
margin-bottom: 10px;
}
.badgeSlot {
@@ -91,10 +91,13 @@
.countdownBadge {
font-size: 11px;
font-weight: 700;
padding: 3px 9px;
padding: 4px 10px;
border-radius: 20px;
background: var(--surface-high);
color: var(--text-secondary);
line-height: 1;
display: inline-flex;
align-items: center;
}
.countdownUrgent {
@@ -109,9 +112,12 @@
font-weight: 600;
color: var(--primary);
background: var(--primary-dim);
padding: 3px 9px;
padding: 4px 10px;
border-radius: 20px;
border: 1px solid rgba(75,183,248,0.15);
line-height: 1;
display: inline-flex;
align-items: center;
}
/* LED time between flags */
@@ -234,8 +240,7 @@
/* Tipp area */
.tipRow {
border-top: 1px solid var(--border-subtle);
padding-top: 14px;
padding-top: 8px;
display: flex;
align-items: center;
justify-content: center;
@@ -413,6 +418,7 @@
padding: 10px 14px;
cursor: pointer;
transition: background 0.2s;
width: 100%;
}
.tippedRow:hover {
background: rgba(52, 211, 153, 0.14);