diff --git a/src/main/resources/static/css/create-recipe.css b/src/main/resources/static/css/create-recipe.css index 583fc34..a778a39 100644 --- a/src/main/resources/static/css/create-recipe.css +++ b/src/main/resources/static/css/create-recipe.css @@ -351,6 +351,7 @@ textarea { justify-content: center; align-items: center; margin-top: 1rem; + gap: 60px; } .btn, @@ -386,6 +387,19 @@ textarea { transition: background-color 0.1s ease, transform 0.2s ease; } + +.btn-delete { + background: transparent; + color: var(--dusty-red); + border: none; + border-radius: 8px; + padding: 0 20px; + height: 50px; + font-family: 'Mali', cursive; + font-size: 30px; + font-weight: 500; + cursor: pointer; +} /* small screens */ @media (max-width: 600px) { diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 51fc825..507d419 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -277,6 +277,10 @@ a { color: var(--dark); } +.recipe-card p { + color: var(--dusty-red); +} + /* ========================= Individual Card (Folder Style) ========================= */ diff --git a/src/main/resources/templates/create-recipe.html b/src/main/resources/templates/create-recipe.html index a57c94a..6a310a1 100644 --- a/src/main/resources/templates/create-recipe.html +++ b/src/main/resources/templates/create-recipe.html @@ -7,6 +7,7 @@ Create Thyme Crunch Recipe + @@ -76,13 +77,14 @@
-
- $ - $ - $ - $ -
- +
+ $ + $ + $ + $ +
+ +
diff --git a/src/main/resources/templates/explore.html b/src/main/resources/templates/explore.html index accf9b2..283a5f0 100644 --- a/src/main/resources/templates/explore.html +++ b/src/main/resources/templates/explore.html @@ -23,7 +23,7 @@