6.4.0: Экран товаров (Shopping List)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m22s
This commit is contained in:
19
play-life-web/src/components/ShoppingItemForm.css
Normal file
19
play-life-web/src/components/ShoppingItemForm.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user