add servings information to recipe
This commit is contained in:
parent
5c8ddf96f2
commit
fee47da55d
7 changed files with 71 additions and 8 deletions
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.subsection-heading {
|
||||
@apply font-semibold mb-2;
|
||||
@apply font-semibold mb-2 mt-4;
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
|
|
@ -59,18 +59,18 @@
|
|||
|
||||
/* input field */
|
||||
.input-field {
|
||||
@apply border p-2 w-full mb-2 rounded;
|
||||
@apply border p-2 w-full mb-2 rounded placeholder-gray-400;
|
||||
}
|
||||
|
||||
.text-area {
|
||||
@apply border p-2 w-full mb-2 rounded;
|
||||
@apply border p-2 w-full mb-2 rounded placeholder-gray-400;
|
||||
}
|
||||
|
||||
/* groups */
|
||||
.button-group{
|
||||
@apply flex gap-4 mt-4;
|
||||
}
|
||||
|
||||
|
||||
/* lists */
|
||||
.default-list-item {
|
||||
@apply list-disc pl-6 mb-6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue