mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Merge 8082cb3a18 into 4b651836ff
This commit is contained in:
commit
01dbc14207
14 changed files with 117 additions and 20 deletions
|
|
@ -3,4 +3,6 @@
|
|||
@import './class.less';
|
||||
@import './domain-card.less';
|
||||
@import './feature.less';
|
||||
@import './heritage.less';
|
||||
@import './heritage.less';
|
||||
@import './item-sheet-shared.less';
|
||||
@import './weapon.less';
|
||||
|
|
|
|||
6
styles/less/sheets/items/weapon.less
Normal file
6
styles/less/sheets/items/weapon.less
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.application.sheet.daggerheart.dh-style.weapon {
|
||||
section.tab {
|
||||
height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue