diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-28 11:28:56 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 10:28:56 +0300 |
| commit | fa723fb81bb8af91b38a055b1e21c3afc019c5a1 (patch) | |
| tree | 1557715d7b2cba51ec1cf037ff66324b9e978cfb /frontend/src/css | |
| parent | fix/backend: have timeline start at the start of the year (#295) (diff) | |
| download | lphub-fa723fb81bb8af91b38a055b1e21c3afc019c5a1.tar.gz lphub-fa723fb81bb8af91b38a055b1e21c3afc019c5a1.tar.bz2 lphub-fa723fb81bb8af91b38a055b1e21c3afc019c5a1.zip | |
feat/frontend: add dates to recent scores in homepage (#296)
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/Homepage.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/src/css/Homepage.css b/frontend/src/css/Homepage.css index b89602e..d411512 100644 --- a/frontend/src/css/Homepage.css +++ b/frontend/src/css/Homepage.css | |||
| @@ -235,6 +235,11 @@ | |||
| 235 | color: #888; | 235 | color: #888; |
| 236 | } | 236 | } |
| 237 | 237 | ||
| 238 | .score-date { | ||
| 239 | font-size: 11px; | ||
| 240 | color: #666; | ||
| 241 | } | ||
| 242 | |||
| 238 | .scores-empty { | 243 | .scores-empty { |
| 239 | text-align: center; | 244 | text-align: center; |
| 240 | padding: 40px 20px; | 245 | padding: 40px 20px; |
| @@ -378,6 +383,10 @@ | |||
| 378 | font-size: 12px; | 383 | font-size: 12px; |
| 379 | } | 384 | } |
| 380 | 385 | ||
| 386 | .score-date { | ||
| 387 | font-size: 10px; | ||
| 388 | } | ||
| 389 | |||
| 381 | .info-section { | 390 | .info-section { |
| 382 | margin: 18px; | 391 | margin: 18px; |
| 383 | } | 392 | } |
| @@ -477,6 +486,10 @@ | |||
| 477 | font-size: 12px; | 486 | font-size: 12px; |
| 478 | } | 487 | } |
| 479 | 488 | ||
| 489 | .score-date { | ||
| 490 | font-size: 10px; | ||
| 491 | } | ||
| 492 | |||
| 480 | .chart-loading, | 493 | .chart-loading, |
| 481 | .chart-empty { | 494 | .chart-empty { |
| 482 | padding: 40px 15px; | 495 | padding: 40px 15px; |