fix: update form

This commit is contained in:
2025-06-16 16:26:23 +03:00
parent d53c5606ff
commit 39d4c3c362
30 changed files with 653 additions and 125 deletions

View File

@@ -1,4 +1,3 @@
//frontend breakpoint
$mobile: 360px;
$tablet: 768px;
@@ -24,5 +23,6 @@ $color-darkgray: #999999;
$color-text: #333333;
$color-text-light: #222222;
$color-mark: #E96526;
$color-error: #FF0000;
$color-error: #ff0000;
$color-error-light: #ff9191;
$color-gray-border: #555555;