fix: remove stale .meals-empty CSS, add .meal-slot--empty rule

This commit is contained in:
Ulas
2026-03-30 17:28:04 +02:00
parent 0eab480a0e
commit 168cd387b4
+3 -16
View File
@@ -411,21 +411,8 @@
.meal-type-badge--snack { background: var(--meal-snack-light); color: var(--meal-snack); } .meal-type-badge--snack { background: var(--meal-snack-light); color: var(--meal-snack); }
/* -------------------------------------------------------- /* --------------------------------------------------------
* Leer-Zustand * Leer-Zustand (leere Slots im Wochenplan)
* -------------------------------------------------------- */ * -------------------------------------------------------- */
.meals-empty { .meal-slot--empty {
display: flex; opacity: 0.6;
flex-direction: column;
align-items: center;
justify-content: center;
padding: var(--space-12) var(--space-6);
text-align: center;
color: var(--color-text-secondary);
}
.meals-empty__icon {
width: 56px;
height: 56px;
color: var(--color-text-disabled);
margin-bottom: var(--space-4);
} }