meal plan icons, rating spacing

This commit is contained in:
Kaibu
2021-10-17 16:36:45 +02:00
parent a9d3267ca3
commit e784074ac8
5 changed files with 10 additions and 15 deletions

View File

@@ -527,7 +527,7 @@ export default {
}
.cv-day.draghover {
box-shadow: inset 0 0 0.2em 0.2em grey !important;
box-shadow: inset 0 0 0.2em 0.2em rgb(221, 191, 134) !important;
}
.modal-backdrop {

View File

@@ -14,8 +14,7 @@
<div class="row text-center">
<div class="col col-md-12">
<recipe-rating :recipe="recipe"></recipe-rating>
<br/>
<last-cooked :recipe="recipe"></last-cooked>
<last-cooked :recipe="recipe" class="mt-2"></last-cooked>
</div>
</div>