Fix unified score-state box model across chart states
This commit is contained in:
@@ -19,13 +19,26 @@
|
|||||||
--layout-score-bar-item-columns: var(--layout-score-bar-item-single-score-columns);
|
--layout-score-bar-item-columns: var(--layout-score-bar-item-single-score-columns);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-score-state--positive {
|
.sg-score-state--positive,
|
||||||
|
.sg-score-state--neutral,
|
||||||
|
.sg-score-state--negative {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-score-state--positive {
|
||||||
color: var(--text-score-state-positive);
|
color: var(--text-score-state-positive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-score-state--neutral {
|
||||||
|
color: var(--text-score-state-neutral);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-score-state--negative {
|
||||||
|
color: var(--text-score-state-negative);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-score-bar-label {
|
.sg-score-bar-label {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--text-chart-default);
|
color: var(--text-chart-default);
|
||||||
@@ -258,4 +271,3 @@
|
|||||||
transparent calc(var(--sandwich-line-height) * 2)
|
transparent calc(var(--sandwich-line-height) * 2)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user