v8
This commit is contained in:
@@ -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);
|
define('WEBHOOK_URL', USE_PRODUCTION ? WEBHOOK_PROD : WEBHOOK_TEST);
|
||||||
|
|
||||||
// KI Chat Webhook
|
// KI Chat Webhook
|
||||||
define('KI_CHAT_WEBHOOK_TEST', 'https://n8n.profice.de/webhook-test/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.profice.de/webhook/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);
|
define('KI_CHAT_WEBHOOK_URL', USE_PRODUCTION ? KI_CHAT_WEBHOOK_PROD : KI_CHAT_WEBHOOK_TEST);
|
||||||
|
|
||||||
// Google Analytics
|
// Google Analytics
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status-badge.completed {
|
.status-badge.completed {
|
||||||
background: rgba(102, 187, 106, 0.15);
|
background: rgba(102, 187, 106, 0.3);
|
||||||
color: var(--accent-green);
|
color: var(--accent-green);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -52,11 +52,11 @@
|
|||||||
color: var(--primary-dark);
|
color: var(--primary-dark);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: rgba(102, 187, 106, 0.35);
|
background: rgba(102, 187, 106, 0.6);
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
border-left: 3px solid var(--accent-teal);
|
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;
|
border-radius: 0 8px 8px 0;
|
||||||
backdrop-filter: blur(4px);
|
backdrop-filter: blur(4px);
|
||||||
-webkit-backdrop-filter: blur(4px);
|
-webkit-backdrop-filter: blur(4px);
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
border-left: 3px solid var(--accent-teal);
|
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;
|
border-radius: 0 8px 8px 0;
|
||||||
backdrop-filter: blur(4px);
|
backdrop-filter: blur(4px);
|
||||||
-webkit-backdrop-filter: blur(4px);
|
-webkit-backdrop-filter: blur(4px);
|
||||||
@@ -965,7 +965,7 @@
|
|||||||
.category-output {
|
.category-output {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: rgba(102, 187, 106, 0.15);
|
background: rgba(102, 187, 106, 0.3);
|
||||||
border: 2px solid var(--accent-green);
|
border: 2px solid var(--accent-green);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1341,7 +1341,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.answer-card {
|
.answer-card {
|
||||||
background: rgba(102, 187, 106, 0.1);
|
background: rgba(102, 187, 106, 0.2);
|
||||||
border: 1px solid var(--accent-green);
|
border: 1px solid var(--accent-green);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
@@ -1417,8 +1417,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qual-left {
|
.qual-left {
|
||||||
background: linear-gradient(135deg, rgba(244, 67, 54, 0.1), rgba(244, 67, 54, 0.05));
|
background: linear-gradient(135deg, rgba(244, 67, 54, 0.3), rgba(244, 67, 54, 0.2));
|
||||||
border: 2px solid rgba(244, 67, 54, 0.2);
|
border: 2px solid rgba(244, 67, 54, 0.4);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -1444,8 +1444,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qual-right {
|
.qual-right {
|
||||||
background: linear-gradient(135deg, rgba(102, 187, 106, 0.1), rgba(102, 187, 106, 0.05));
|
background: linear-gradient(135deg, rgba(102, 187, 106, 0.3), rgba(102, 187, 106, 0.2));
|
||||||
border: 2px solid rgba(102, 187, 106, 0.2);
|
border: 2px solid rgba(102, 187, 106, 0.4);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -1505,8 +1505,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qual-icon.chaos {
|
.qual-icon.chaos {
|
||||||
background: linear-gradient(135deg, rgba(244, 67, 54, 0.2), rgba(244, 67, 54, 0.1));
|
background: linear-gradient(135deg, rgba(244, 67, 54, 0.3), rgba(244, 67, 54, 0.2));
|
||||||
border: 2px solid rgba(244, 67, 54, 0.3);
|
border: 2px solid rgba(244, 67, 54, 0.4);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1518,7 +1518,7 @@
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: rgba(244, 67, 54, 0.1);
|
background: rgba(244, 67, 54, 0.2);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transform: translate(-50%, -50%) rotate(45deg);
|
transform: translate(-50%, -50%) rotate(45deg);
|
||||||
}
|
}
|
||||||
@@ -1535,8 +1535,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.qual-icon.check {
|
.qual-icon.check {
|
||||||
background: linear-gradient(135deg, rgba(102, 187, 106, 0.2), rgba(102, 187, 106, 0.1));
|
background: linear-gradient(135deg, rgba(102, 187, 106, 0.3), rgba(102, 187, 106, 0.2));
|
||||||
border: 2px solid rgba(102, 187, 106, 0.3);
|
border: 2px solid rgba(102, 187, 106, 0.4);
|
||||||
color: #4CAF50;
|
color: #4CAF50;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -1550,7 +1550,7 @@
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: rgba(102, 187, 106, 0.1);
|
background: rgba(102, 187, 106, 0.2);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
animation: checkPulse 2s ease-in-out infinite;
|
animation: checkPulse 2s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user