This commit is contained in:
WBHarry 2026-02-21 13:49:30 +01:00
parent 4aab5d315a
commit bafc53488f
11 changed files with 270 additions and 4 deletions

View file

@ -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;
}
}