feat: add input

This commit is contained in:
2025-06-03 12:48:49 +03:00
parent 88176e3546
commit cb799f8057
4 changed files with 182 additions and 26 deletions

View File

@@ -21,4 +21,5 @@ $color-lightgray: #E4E1E1;
$color-darkgray: #999999;
$color-text: #333333;
$color-text-light: #222222;
$color-mark: #E96526;
$color-mark: #E96526;
$color-error: #FF0000;