mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Added Attribution to Ancestry/Community
This commit is contained in:
parent
8761880b12
commit
f6cdc9c157
78 changed files with 744 additions and 362 deletions
|
|
@ -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';
|
||||
|
|
|
|||
12
styles/less/sheets/items/heritage.less
Normal file
12
styles/less/sheets/items/heritage.less
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.application.sheet.daggerheart.dh-style {
|
||||
&.ancestry,
|
||||
&.community {
|
||||
.item-card-header {
|
||||
.item-info {
|
||||
.item-description {
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue