mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
enhance armor and weapon sheet
This commit is contained in:
parent
c4a03b2d54
commit
ef4652ab1a
20 changed files with 367 additions and 378 deletions
|
|
@ -3075,6 +3075,11 @@ div.daggerheart.views.multiclass {
|
|||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.application.sheet.dh-style fieldset .form-group label {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
}
|
||||
.application.sheet.dh-style line-div {
|
||||
display: block;
|
||||
height: 1px;
|
||||
|
|
@ -3177,6 +3182,7 @@ div.daggerheart.views.multiclass {
|
|||
}
|
||||
.application.sheet.daggerheart.dh-style .item-sheet-header .item-info .item-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style .item-sheet-header .item-info h3 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue