KI-AGENT: Matrix-Föderation auf Webseite ergänzt
This commit is contained in:
@@ -471,6 +471,28 @@ footer {
|
||||
width: 0.24rem;
|
||||
}
|
||||
|
||||
.federation-panel {
|
||||
align-items: start;
|
||||
background: rgba(105, 195, 80, 0.11);
|
||||
border: 1px solid rgba(105, 195, 80, 0.28);
|
||||
border-radius: 0.5rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
|
||||
margin-top: 1rem;
|
||||
padding: 1.35rem;
|
||||
}
|
||||
|
||||
.federation-panel h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.federation-panel p {
|
||||
color: #51605c;
|
||||
line-height: 1.65;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.open-source-section {
|
||||
align-items: center;
|
||||
background: #17211f;
|
||||
@@ -690,6 +712,7 @@ footer p {
|
||||
.highlights,
|
||||
.feature-grid,
|
||||
.matrix-layout,
|
||||
.federation-panel,
|
||||
.legal-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user