mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Added an enable/disable checkbox for TagTeamRoll hope cost
This commit is contained in:
parent
9eeadba046
commit
de7c08ed64
3 changed files with 51 additions and 13 deletions
|
|
@ -88,9 +88,21 @@
|
|||
grid-template-columns: 1fr 1fr;
|
||||
gap: 8px;
|
||||
|
||||
&.inactive {
|
||||
.inactive {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.initiator-cost-fields {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
.initiator-cost-inputs {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue