chore(inventory,stores): cleaned up the styling
authorxangelo <me@xangelo.ca>
Fri, 15 Nov 2024 07:44:40 +0000 (02:44 -0500)
committerxangelo <me@xangelo.ca>
Fri, 15 Nov 2024 07:44:40 +0000 (02:44 -0500)
commit9de8b378692cfa53b31b1b38f7f8aaa034273942
tree69138ebda93a22cd77167c527de99d3af8c4de47
parentedb355e76e09afa7cbb327fe8a663875cfde9201
chore(inventory,stores): cleaned up the styling

The styling for both inventory and stores started the same and then
slowly diverged. This commit cleans up the duplication and makes
the styling more consistent across both pages.

It also creates a generic nav-based listing that can be used for
whatever else needs a list.
14 files changed:
public/assets/css/base.css [new file with mode: 0644]
public/assets/css/buttons.css [new file with mode: 0644]
public/assets/css/chat.css [new file with mode: 0644]
public/assets/css/combat.css [new file with mode: 0644]
public/assets/css/explore.css [new file with mode: 0644]
public/assets/css/game.css
public/assets/css/inventory.css [new file with mode: 0644]
public/assets/css/modal.css [new file with mode: 0644]
public/assets/css/profile.css [new file with mode: 0644]
public/assets/css/skills.css [new file with mode: 0644]
public/assets/css/store.css [new file with mode: 0644]
public/assets/css/tabs.css [new file with mode: 0644]
src/server/views/inventory.ts
src/server/views/stores.ts