Add number inputs into the supported structures, and redesign the sheet to make it actually look good

This commit is contained in:
Oliver-Akins 2025-01-11 17:35:17 -07:00
parent 5aee7e4a29
commit fb52e1b58d
11 changed files with 161 additions and 48 deletions

View file

@ -15,5 +15,9 @@
&[type="number"] {
border-bottom: var(--input-underline);
}
&::placeholder {
color: var(--input-placeholder-text);
}
}
}