feat: add menu code badges to day header (v1.7.1)

This commit is contained in:
2026-02-12 12:54:42 +01:00
parent 2f7381484a
commit d5f1a51dc6
6 changed files with 99 additions and 8 deletions

View File

@@ -1104,4 +1104,22 @@ body {
100% {
box-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
}
}
}
/* Day Header Badges */
.day-header-left {
display: flex;
align-items: center;
gap: 0.75rem;
}
.menu-code-badge {
font-size: 0.75rem;
font-weight: 700;
color: #8b5cf6; /* Violet 500 */
background-color: rgba(139, 92, 246, 0.15);
border: 1px solid rgba(139, 92, 246, 0.3);
padding: 2px 6px;
border-radius: 6px;
line-height: normal;
display: inline-block;
}