KI-AGENT: Matrix durch nativen FEDEO-Chat ersetzen
This commit is contained in:
@@ -286,7 +286,7 @@ h3 {
|
||||
.section,
|
||||
.workflow-section,
|
||||
.audience-teaser,
|
||||
.matrix-section,
|
||||
.chat-section,
|
||||
.open-source-section,
|
||||
.contact-section,
|
||||
footer {
|
||||
@@ -394,7 +394,7 @@ footer {
|
||||
|
||||
.workflow-section,
|
||||
.audience-teaser,
|
||||
.matrix-section,
|
||||
.chat-section,
|
||||
.open-source-section,
|
||||
.script-section,
|
||||
.contact-section {
|
||||
@@ -456,32 +456,32 @@ footer {
|
||||
max-width: 52rem;
|
||||
}
|
||||
|
||||
.matrix-section {
|
||||
.chat-section {
|
||||
border-top: 1px solid rgba(23, 33, 31, 0.12);
|
||||
grid-template-columns: 1fr;
|
||||
padding-top: 5rem;
|
||||
}
|
||||
|
||||
.matrix-layout {
|
||||
.chat-layout {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.82fr);
|
||||
}
|
||||
|
||||
.matrix-stack {
|
||||
.chat-stack {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.matrix-stack article {
|
||||
.chat-stack article {
|
||||
background: rgba(255, 255, 255, 0.76);
|
||||
border: 1px solid rgba(23, 33, 31, 0.1);
|
||||
border-radius: 0.5rem;
|
||||
padding: 1.35rem;
|
||||
}
|
||||
|
||||
.matrix-stack span {
|
||||
.chat-stack span {
|
||||
color: var(--accent-dark);
|
||||
display: inline-block;
|
||||
font-size: 0.82rem;
|
||||
@@ -489,13 +489,13 @@ footer {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.matrix-stack p {
|
||||
.chat-stack p {
|
||||
color: #51605c;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.matrix-diagram {
|
||||
.chat-diagram {
|
||||
align-self: stretch;
|
||||
background: #17211f;
|
||||
border-radius: 0.5rem;
|
||||
@@ -505,7 +505,7 @@ footer {
|
||||
padding: clamp(1.25rem, 3vw, 2rem);
|
||||
}
|
||||
|
||||
.matrix-diagram div {
|
||||
.chat-diagram div {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 0.45rem;
|
||||
@@ -514,12 +514,12 @@ footer {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.matrix-diagram small {
|
||||
.chat-diagram small {
|
||||
color: rgba(255, 255, 255, 0.64);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.matrix-diagram span {
|
||||
.chat-diagram span {
|
||||
background: var(--accent);
|
||||
border-radius: 999px;
|
||||
display: block;
|
||||
@@ -948,7 +948,7 @@ footer p {
|
||||
.hero-section,
|
||||
.workflow-section,
|
||||
.audience-teaser,
|
||||
.matrix-section,
|
||||
.chat-section,
|
||||
.open-source-section,
|
||||
.script-section,
|
||||
.contact-section {
|
||||
@@ -964,7 +964,7 @@ footer p {
|
||||
.form-grid,
|
||||
.audience-grid,
|
||||
.audience-fit,
|
||||
.matrix-layout,
|
||||
.chat-layout,
|
||||
.federation-panel,
|
||||
.legal-grid {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -1028,7 +1028,7 @@ footer p {
|
||||
.highlights,
|
||||
.feature-grid,
|
||||
.audience-grid,
|
||||
.matrix-stack,
|
||||
.chat-stack,
|
||||
.legal-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user