Gutscheinverwaltung für Admins fertig gemacht:

Übersicht, Erstellen & Bearbeiten im einheitlichen Card-Design
Routing-Fehler nach Aktionen gefixt (Redirects & Erfolgsseiten) Gutscheine-Link in Navigation nur für Admins
This commit is contained in:
Karsten Tlotzek
2025-07-11 18:06:27 +02:00
parent 6cb75b0c1d
commit b89714a6e7
9 changed files with 118 additions and 28 deletions

View File

@@ -539,4 +539,17 @@ td a:hover {
margin-bottom: 18px;
width: 100%;
text-align: center;
}
.gutschein-header-block {
width: 100%;
max-width: 1100px;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 18px;
}
.gutschein-table {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}