feat(style): add common input style

This commit is contained in:
2026-07-28 20:08:32 +02:00
committed by jakob.scheid
parent e4bd6df2d5
commit d02c1fb702
3 changed files with 26 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
:root {
--input-padding: 0.7em;
--input-height: 1em;
}