Begin making the BookGeistSheet have the final design

This commit is contained in:
Eldritch-Oliver 2025-10-12 21:29:59 -06:00
parent 798e7441b4
commit 28345bdef0
8 changed files with 360 additions and 64 deletions

View file

@ -1,3 +1,4 @@
@import url("./common.css");
@import url("./AllItemSheetV1/style.css");
@import url("./CombinedHeroSheet/style.css");
@import url("./DelveDiceHUD/style.css");
@ -12,21 +13,3 @@
@import url("./popover.css");
@import url("./popovers/AmmoTracker/style.css");
.ripcrypt {
.window-content {
flex: initial;
padding: 0;
margin: 0;
}
.StatsCardV1,
.SkillsCardV1,
.CraftCardV1 {
padding: 8px;
/* height: 270px; */
width: 680px;
--col-gap: 2px;
--row-gap: 4px;
}
}