Implement the general layout for inventory (closes #94)

This commit is contained in:
Oliver-Akins 2024-03-04 19:41:59 -07:00
parent cd6554289b
commit daaa459012
3 changed files with 33 additions and 5 deletions

View file

@ -3,6 +3,7 @@
@use "../../../mixins/partials" as partials;
@use "./pages/stats.scss";
@use "./pages/inventory.scss";
.dotdungeon .actor--pc-v2 {
background-color: var(--sheet-bg);
@ -57,5 +58,7 @@
.page-content {
padding: 16px;
padding-bottom: 69px;
height: 100%;
}
}