Require key, instrument, tuning

This commit is contained in:
Ian Keane 2026-06-11 17:12:05 -04:00
parent eaf89d1d89
commit 52eb0f6189
3 changed files with 39 additions and 1 deletions

View file

@ -305,6 +305,8 @@ fieldset label {
font-size: .85rem;
}
fieldset input[type="checkbox"] { justify-self: start; }
fieldset input[type="text"],
fieldset input[type="date"],
fieldset select {
@ -357,6 +359,8 @@ fieldset.active .fs-body { display: contents; }
.btn-danger { background: var(--accent); }
.modal-error { color: #eb5757; font-size: .82rem; margin: .3rem 0 0; }
.note-row {
display: flex;
align-items: center;