mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
.
This commit is contained in:
parent
4aab5d315a
commit
bafc53488f
11 changed files with 270 additions and 4 deletions
|
|
@ -23,6 +23,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.conditionals-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.conditional-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.tab.changes {
|
||||
gap: 0;
|
||||
|
||||
|
|
@ -32,4 +44,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-group.not-visible {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue