Style termin overview action buttons like search button

This commit is contained in:
2026-04-17 22:22:30 +02:00
parent f31ac0da4e
commit ec8a8d3ca1

View File

@@ -5,7 +5,9 @@
.kgv-termin-title{margin:0 0 10px;font-size:1.3rem;line-height:1.2}
.kgv-termin-meta{display:flex;gap:14px;flex-wrap:wrap;color:#4b5563;font-size:14px;margin-bottom:12px}
.kgv-termin-excerpt,.kgv-termin-content{color:#374151;line-height:1.65}
.kgv-termin-actions{margin-top:16px}.kgv-termin-btn,.kgv-termin-back{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;background:#e5e7eb;color:#111827}
.kgv-termin-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.kgv-termin-btn,.kgv-termin-back{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;min-height:38px;border-radius:5px;text-decoration:none;background:var(--kgv-accent,#1f6f4a);color:#fff;font-weight:700;line-height:1.2}
.kgv-termin-btn:hover,.kgv-termin-back:hover{filter:brightness(.95)}
.kgv-termin-single-hero{padding:20px;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.kgv-termin-single-hero h2{margin:0 0 10px}
.kgv-termin-back{margin-bottom:14px}
.kgv-termine-empty,.kgv-termine-notice{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}