All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s
19 lines
314 B
CSS
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;
|
|
}
|