Files
play-life/play-life-web/src/components/ShoppingItemForm.css
poignatov c8fead4034
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
6.4.2: Закрытие диалогов кнопкой назад (товары)
2026-03-08 19:25:35 +03:00

19 lines
314 B
CSS

.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 {
font-size: 1rem;
white-space: nowrap;
}