feat: add style assets

This commit is contained in:
2024-08-31 10:44:55 +02:00
parent c08cba9459
commit 765e0a1770
5 changed files with 97 additions and 20 deletions

View File

@ -0,0 +1,10 @@
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
display: none;
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}