Split styleguide CSS into modular files per section/pattern/layout/page

This commit is contained in:
2026-05-25 08:29:52 +02:00
parent e13ce0ad23
commit 3e9c273823
18 changed files with 3273 additions and 3256 deletions
+42
View File
@@ -0,0 +1,42 @@
/* ========================================================= */
/* Patterns: Object Group Card */
/* ========================================================= */
.sg-object-group-card__actions {
margin-top: auto;
}
.sg-object-card[data-pattern="object-group-card"] {
flex: 1 1 var(--layout-object-group-card-min-width);
min-width: var(--layout-object-group-card-min-width);
max-width: var(--layout-object-group-card-max-width);
}
.sg-object-group-card__hint {
color: var(--color-font-light);
}
.sg-company-card__metric-negative {
color: var(--text-company-card-data-negative);
}
.sg-company-card__analysis-title {
margin: 0;
}
.sg-company-card__analysis-bars {
margin-top: 0;
}
.sg-company-card__moat {
margin: 0;
}
.sg-company-card__moat-neutral {
color: var(--text-company-card-moat-neutral);
}
.sg-company-card__summary {
margin: 0;
}