6.4.0: Экран товаров (Shopping List)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s

This commit is contained in:
poignatov
2026-03-08 16:11:08 +03:00
parent cd51b097c8
commit 60fca2d93c
14 changed files with 3324 additions and 23 deletions

View File

@@ -0,0 +1,19 @@
.shopping-item-form {
padding: 20px;
max-width: 600px;
margin: 0 auto;
position: relative;
}
.shopping-item-form h2 {
font-size: 1.5rem;
font-weight: 700;
color: #1e293b;
margin-bottom: 24px;
}
.shopping-item-form .repetition-label {
color: #64748b;
font-size: 0.875rem;
white-space: nowrap;
}