remove, multiselect, test form

This commit is contained in:
Samuel Lorch 2023-03-26 20:26:45 +02:00
parent 3a0d094e7b
commit 99abeab434
4 changed files with 38 additions and 492 deletions

View file

@ -29,6 +29,9 @@ form {
form > :is(button, .button, h1) {
grid-column: 1 / 3;
}
form > :is(label) {
grid-column: 1;
}
table {
width: 100%;
@ -68,7 +71,7 @@ button, .button {
background-color: var(--cl-bg-hl);
}
input {
input, textarea {
background-color: var(--cl-bg-hl);
border: 1px solid var(--cl-fg);
}