master @ 37 LINES
[ HISTORY ] [ UP ]
┌─ SCSS ─────────────────────────────────────────────────────────────────────┐
│ // LeaderboardTable Component Styles │
│ │
│ .leaderboard-table-container { │
│ position: relative; │
│ } │
│ │
│ .rank { │
│ font-weight: 600; │
│ │
│ &:not([class*="quality-"]):not([class*="bracket-"]) { │
│ color: var(--text-primary); │
│ } │
│ } │
│ │
│ .table-cell[data-label="Realm"] { │
│ color: var(--text-secondary); │
│ } │
│ │
│ .table-cell[data-label="Combined Time"], │
│ .table-cell[data-label="Total Runs"] { │
│ font-weight: bold; │
│ } │
│ │
│ .table-empty { │
│ text-align: center; │
│ padding: 40px 20px; │
│ color: var(--text-secondary); │
│ background-color: var(--bg-secondary); │
│ border-radius: 8px; │
│ border: 1px solid var(--border-color); │
│ │
│ p { │
│ margin: 0; │
│ font-size: 1em; │
│ } │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ SCSS ───────────────────────────────┐
│ // LeaderboardTable Component Styles │
│ │
│ .leaderboard-table-container { │
│ position: relative; │
│ } │
│ │
│ .rank { │
│ font-weight: 600; │
│ │
│ &:not([class*="quality-"]):not([class*="br │
│ acket-"]) { │
│ color: var(--text-primary); │
│ } │
│ } │
│ │
│ .table-cell[data-label="Realm"] { │
│ color: var(--text-secondary); │
│ } │
│ │
│ .table-cell[data-label="Combined Time"], │
│ .table-cell[data-label="Total Runs"] { │
│ font-weight: bold; │
│ } │
│ │
│ .table-empty { │
│ text-align: center; │
│ padding: 40px 20px; │
│ color: var(--text-secondary); │
│ background-color: var(--bg-secondary); │
│ border-radius: 8px; │
│ border: 1px solid var(--border-color); │
│ │
│ p { │
│ margin: 0; │
│ font-size: 1em; │
│ } │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET