mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Fixed up data model and a basic placeholder template
This commit is contained in:
parent
746e0f239a
commit
ece00c4fcb
15 changed files with 300 additions and 145 deletions
|
|
@ -2593,6 +2593,28 @@ div.daggerheart.views.multiclass {
|
|||
width: 40px;
|
||||
background: white;
|
||||
}
|
||||
.daggerheart.sheet.actor.environment .potential-adversary-container {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
.daggerheart.sheet.actor.environment .potential-adversary-container .adversary-placeholder {
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.daggerheart.sheet.actor.environment .potential-adversary-container .adversaries-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
.daggerheart.sheet.actor.environment .potential-adversary-container .adversaries-container .adversary-container {
|
||||
border: 1px solid var(--color-dark-5);
|
||||
border-radius: 6px;
|
||||
padding: 0 2px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
background-image: url(../assets/parchments/dh-parchment-dark.png);
|
||||
color: var(--color-light-3);
|
||||
}
|
||||
.daggerheart.sheet .title-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
|
@ -3354,6 +3376,9 @@ 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 legend {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue