feat(style): add common input style

This commit is contained in:
2026-07-21 16:32:20 +02:00
parent 1f9d7ebc86
commit dda36061ab
3 changed files with 23 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
:root {
--input-padding: 0.7em;
--input-height: 1em;
}