Apply company-card summary top spacing token with specific selector

This commit is contained in:
2026-05-20 15:36:56 +02:00
parent ba8eb8ca85
commit b0e1389f5f
+5 -1
View File
@@ -1831,7 +1831,7 @@ section + section {
}
.sg-company-card__summary {
margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0;
margin: 0;
}
/* ========================================================= */
@@ -2165,6 +2165,10 @@ section + section {
margin: var(--layout-card-body-text-margin, 0);
}
.sg-card-segment--body.sg-object-card__content > .sg-body.sg-company-card__summary {
margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0;
}
.sg-card-segment--darkblue {
background: var(--surface-card-header-primary);
}