This commit is contained in:
2026-03-12 10:03:51 +01:00
parent 68e9738c4a
commit f1e3320ce0
3 changed files with 18 additions and 18 deletions

View File

@@ -54,8 +54,8 @@ define('WEBHOOK_PROD', 'https://n8n.profice.de/webhook/d94ef798-3f43-46dd-8207-1
define('WEBHOOK_URL', USE_PRODUCTION ? WEBHOOK_PROD : WEBHOOK_TEST);
// KI Chat Webhook
define('KI_CHAT_WEBHOOK_TEST', 'https://n8n.profice.de/webhook-test/8a25bce2-ff83-4676-a3a2-a0e1174fcffe');
define('KI_CHAT_WEBHOOK_PROD', 'https://n8n.profice.de/webhook/8a25bce2-ff83-4676-a3a2-a0e1174fcffe');
define('KI_CHAT_WEBHOOK_TEST', 'https://n8n.support-space.de/webhook-test/8a25bce2-ff83-4676-a3a2-a0e1174fcffe');
define('KI_CHAT_WEBHOOK_PROD', 'https://n8n.support-space.de/webhook/8a25bce2-ff83-4676-a3a2-a0e1174fcffe');
define('KI_CHAT_WEBHOOK_URL', USE_PRODUCTION ? KI_CHAT_WEBHOOK_PROD : KI_CHAT_WEBHOOK_TEST);
// Google Analytics

View File

@@ -79,7 +79,7 @@
}
.status-badge.completed {
background: rgba(102, 187, 106, 0.15);
background: rgba(102, 187, 106, 0.3);
color: var(--accent-green);
}

View File

@@ -52,11 +52,11 @@
color: var(--primary-dark);
margin-bottom: 20px;
font-weight: 400;
background: rgba(102, 187, 106, 0.35);
background: rgba(102, 187, 106, 0.6);
padding: 16px 20px;
padding-left: 20px;
border-left: 3px solid var(--accent-teal);
background: rgba(102, 187, 106, 0.35);
background: rgba(102, 187, 106, 0.6);
border-radius: 0 8px 8px 0;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
@@ -70,7 +70,7 @@
margin-bottom: 40px;
padding: 12px 20px;
border-left: 3px solid var(--accent-teal);
background: rgba(102, 187, 106, 0.35);
background: rgba(102, 187, 106, 0.6);
border-radius: 0 8px 8px 0;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
@@ -965,7 +965,7 @@
.category-output {
width: 50px;
height: 50px;
background: rgba(102, 187, 106, 0.15);
background: rgba(102, 187, 106, 0.3);
border: 2px solid var(--accent-green);
border-radius: 8px;
display: flex;
@@ -1341,7 +1341,7 @@
}
.answer-card {
background: rgba(102, 187, 106, 0.1);
background: rgba(102, 187, 106, 0.2);
border: 1px solid var(--accent-green);
border-radius: 8px;
padding: 12px;
@@ -1417,8 +1417,8 @@
}
.qual-left {
background: linear-gradient(135deg, rgba(244, 67, 54, 0.1), rgba(244, 67, 54, 0.05));
border: 2px solid rgba(244, 67, 54, 0.2);
background: linear-gradient(135deg, rgba(244, 67, 54, 0.3), rgba(244, 67, 54, 0.2));
border: 2px solid rgba(244, 67, 54, 0.4);
border-radius: 20px;
padding: 40px;
position: relative;
@@ -1444,8 +1444,8 @@
}
.qual-right {
background: linear-gradient(135deg, rgba(102, 187, 106, 0.1), rgba(102, 187, 106, 0.05));
border: 2px solid rgba(102, 187, 106, 0.2);
background: linear-gradient(135deg, rgba(102, 187, 106, 0.3), rgba(102, 187, 106, 0.2));
border: 2px solid rgba(102, 187, 106, 0.4);
border-radius: 20px;
padding: 40px;
position: relative;
@@ -1505,8 +1505,8 @@
}
.qual-icon.chaos {
background: linear-gradient(135deg, rgba(244, 67, 54, 0.2), rgba(244, 67, 54, 0.1));
border: 2px solid rgba(244, 67, 54, 0.3);
background: linear-gradient(135deg, rgba(244, 67, 54, 0.3), rgba(244, 67, 54, 0.2));
border: 2px solid rgba(244, 67, 54, 0.4);
position: relative;
}
@@ -1518,7 +1518,7 @@
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: rgba(244, 67, 54, 0.1);
background: rgba(244, 67, 54, 0.2);
border-radius: 4px;
transform: translate(-50%, -50%) rotate(45deg);
}
@@ -1535,8 +1535,8 @@
}
.qual-icon.check {
background: linear-gradient(135deg, rgba(102, 187, 106, 0.2), rgba(102, 187, 106, 0.1));
border: 2px solid rgba(102, 187, 106, 0.3);
background: linear-gradient(135deg, rgba(102, 187, 106, 0.3), rgba(102, 187, 106, 0.2));
border: 2px solid rgba(102, 187, 106, 0.4);
color: #4CAF50;
font-weight: bold;
position: relative;
@@ -1550,7 +1550,7 @@
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
background: rgba(102, 187, 106, 0.1);
background: rgba(102, 187, 106, 0.2);
border-radius: 50%;
animation: checkPulse 2s ease-in-out infinite;
}