Add number inputs into the supported structures, and redesign the sheet to make it actually look good
This commit is contained in:
parent
5aee7e4a29
commit
fb52e1b58d
11 changed files with 161 additions and 48 deletions
|
|
@ -15,5 +15,9 @@
|
|||
&[type="number"] {
|
||||
border-bottom: var(--input-underline);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: var(--input-placeholder-text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue