Fixed datamodel and set up basic template in new style

This commit is contained in:
WBHarry 2025-06-08 22:28:10 +02:00
parent 746e0f239a
commit 52484bd818
11 changed files with 288 additions and 420 deletions

View file

@ -3354,6 +3354,12 @@ div.daggerheart.views.multiclass {
grid-template-columns: 1fr 2fr;
gap: 10px;
}
.application.sheet.dh-style fieldset.two-columns.even {
grid-template-columns: 1fr 1fr;
}
.application.sheet.dh-style fieldset.two-columns .full-width {
grid-column: span 2;
}
.application.sheet.dh-style fieldset legend {
font-family: 'Montserrat', sans-serif;
font-weight: bold;