Add the ability to edit the item names (closes #149)

This commit is contained in:
Oliver-Akins 2024-03-31 00:20:49 -06:00
parent 3a5a3ecc38
commit 5a0484190e
10 changed files with 51 additions and 10 deletions

View file

@ -5,5 +5,13 @@
@include material.elevate(2);
border-radius: 4px;
padding: var(--gap);
&--row {
@extend .panel;
display: flex;
flex-direction: row;
gap: var(--gap);
align-items: center;
}
}
}