mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
.
This commit is contained in:
parent
8f7c7ce818
commit
79b34acf09
8 changed files with 134 additions and 53 deletions
|
|
@ -27,6 +27,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
width: 100%;
|
||||
|
||||
.conditional-container {
|
||||
display: grid;
|
||||
|
|
@ -45,7 +46,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
.form-group.not-visible {
|
||||
display: none;
|
||||
.form-group {
|
||||
&.vertical {
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
align-items: flex-start;
|
||||
|
||||
label {
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
&.not-visible {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue