PHPMailer neu implementiert

This commit is contained in:
Borgal
2025-10-10 21:56:48 +02:00
parent a5904ec344
commit 1a568d75a7
94 changed files with 12874 additions and 80 deletions

View File

@@ -46,4 +46,20 @@ pre {
.color-box p {
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
/* Verbessertes Styling für den Terminverschiebung-Button */
.btn-outline-primary d-inline-flex {
display: inline-flex !important;
align-items: center;
}
.btn-outline-primary .material-icons {
vertical-align: middle;
font-size: 16px;
}
/* Optional: Kleiner Abstand für bessere Lesbarkeit */
.collapse:not(.show) {
display: none;
}