Added Attribution to Ancestry/Community

This commit is contained in:
WBHarry 2025-08-17 03:43:02 +02:00
parent 8761880b12
commit f6cdc9c157
78 changed files with 744 additions and 362 deletions

View file

@ -26,4 +26,5 @@
@import './items/class.less';
@import './items/domain-card.less';
@import './items/feature.less';
@import './items/heritage.less';
@import './items/item-sheet-shared.less';

View file

@ -0,0 +1,12 @@
.application.sheet.daggerheart.dh-style {
&.ancestry,
&.community {
.item-card-header {
.item-info {
.item-description {
gap: 0;
}
}
}
}
}