Apply company-card summary top spacing token with specific selector
This commit is contained in:
+5
-1
@@ -1831,7 +1831,7 @@ section + section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sg-company-card__summary {
|
.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);
|
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 {
|
.sg-card-segment--darkblue {
|
||||||
background: var(--surface-card-header-primary);
|
background: var(--surface-card-header-primary);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user