feat: add scoreboard and player external links
This commit is contained in:
@@ -197,6 +197,37 @@
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.historical-player-stats-panel__profiles {
|
||||
padding: 13px;
|
||||
}
|
||||
|
||||
.historical-player-profile-links {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.historical-player-profile-links a {
|
||||
display: inline-flex;
|
||||
min-height: 32px;
|
||||
align-items: center;
|
||||
padding: 0 11px;
|
||||
border: 1px solid rgba(210, 182, 118, 0.34);
|
||||
border-radius: 999px;
|
||||
color: var(--accent-warm);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.08em;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.historical-player-profile-links a:hover,
|
||||
.historical-player-profile-links a:focus-visible {
|
||||
border-color: rgba(210, 182, 118, 0.62);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.historical-player-stats-panel__section h5 {
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.08em;
|
||||
|
||||
Reference in New Issue
Block a user