Added Levelup data model and started at the render

This commit is contained in:
WBHarry 2025-05-28 00:32:19 +02:00
parent ec303df84e
commit 3cc8800950
10 changed files with 618 additions and 409 deletions

36
styles/levelup.less Normal file
View file

@ -0,0 +1,36 @@
.theme-light {
/* Add specifics*/
}
.daggerheart.levelup {
.tiers-container {
display: flex;
gap: 16px;
.tier-container {
display: flex;
flex-direction: column;
gap: 8px;
background-image: url('../assets/parchments/dh-parchment-dark.png');
legend {
margin-left: auto;
margin-right: auto;
}
.checkbox-group-container {
display: grid;
grid-template-columns: 3fr 1fr;
gap: 4px;
.checkbox-group-container-title {
}
.checkboxes-container {
display: flex;
gap: 4px;
}
}
}
}
}