mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Corrected ActiveEffect template styling and added useage of the new 'showIcon' property
This commit is contained in:
parent
ac998adaa6
commit
115a31423e
9 changed files with 44 additions and 12 deletions
11
styles/less/sheets/activeEffects/activeEffects.less
Normal file
11
styles/less/sheets/activeEffects/activeEffects.less
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.application.sheet.daggerheart.dh-style.active-effect-config {
|
||||
.tab.changes {
|
||||
gap: 0;
|
||||
|
||||
header {
|
||||
div {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -42,3 +42,5 @@
|
|||
|
||||
@import './rollTables/sheet.less';
|
||||
@import './actions/actions.less';
|
||||
|
||||
@import './activeEffects/activeEffects.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue