Added attribution for items, adversary and environment

This commit is contained in:
WBHarry 2025-08-17 00:37:34 +02:00
parent 2820c96259
commit 5f20505eda
22 changed files with 288 additions and 13 deletions

View file

@ -0,0 +1,23 @@
.daggerheart.dh-style.dialog.attribution {
.window-content {
padding-top: 0;
}
.attribution-container {
display: flex;
flex-direction: column;
gap: 8px;
h4 {
margin-bottom: 0;
}
footer {
display: flex;
button {
flex: 1;
}
}
}
}