Require key, instrument, tuning
This commit is contained in:
parent
eaf89d1d89
commit
52eb0f6189
3 changed files with 39 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue