Decouple gray card segment surface from card body token
This commit is contained in:
+2
-5
@@ -26,6 +26,7 @@
|
||||
/* Semantic component tokens: Cards */
|
||||
--surface-card: var(--color-light-grey);
|
||||
--surface-card-body: var(--color-light-grey);
|
||||
--surface-card-segment-neutral: var(--color-light-grey);
|
||||
--surface-card-group: var(--color-background-purple-light);
|
||||
--surface-card-transparent: var(--color-transparent);
|
||||
--surface-card-header-primary: var(--color-darkblue);
|
||||
@@ -2312,7 +2313,7 @@ section + section {
|
||||
}
|
||||
|
||||
.sg-card-segment--gray {
|
||||
background: var(--surface-card-body);
|
||||
background: var(--surface-card-segment-neutral);
|
||||
}
|
||||
|
||||
.sg-card-segment--white {
|
||||
@@ -2348,10 +2349,6 @@ section + section {
|
||||
background: var(--surface-object-card-lower-segment);
|
||||
}
|
||||
|
||||
.sg-card-segment.sg-card-segment--body.sg-vsf-fundamental-score-segment {
|
||||
background: var(--surface-content-block-card-title);
|
||||
}
|
||||
|
||||
.sg-card-segment.sg-vsf-drawer-card__actions-segment {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user