Added transfer logic

This commit is contained in:
WBHarry 2025-11-21 00:15:38 +01:00
parent e701786f45
commit b73c59dab7
9 changed files with 180 additions and 4 deletions

View file

@ -0,0 +1,20 @@
.daggerheart.dh-style.dialog.item-transfer {
.item-transfer-container {
display: grid;
grid-template-columns: 1fr 40px;
gap: 4px;
.number-display {
text-align: center;
}
}
.item-sheet-footer {
padding-top: 8px;
display: flex;
button {
flex: 1;
}
}
}