generated from nhcarrigan/template
feat: reorder tabs, add early access notice, fix api version path
- Reorder game tabs to: Adventurers, Upgrades, Quests, Bosses, Equipment, Exploration, Crafting, Daily, Prestige, Transcendence, Apotheosis, Statistics, Achievements, Codex, About - Add early access warning below guild hall click button - Fix package.json resolution path in about route (prod/src/routes → ../../../)
This commit is contained in:
@@ -2874,3 +2874,15 @@ body {
|
||||
color: var(--colour-text-muted);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.early-access-notice {
|
||||
background: rgba(255, 180, 0, 0.08);
|
||||
border: 1px solid rgba(255, 180, 0, 0.35);
|
||||
border-radius: 6px;
|
||||
color: var(--colour-text-muted);
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.4;
|
||||
margin-top: 0.75rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user