Align company card moat value with analysis score bars
This commit is contained in:
@@ -29,9 +29,22 @@
|
||||
}
|
||||
|
||||
.sg-company-card__moat {
|
||||
display: grid;
|
||||
grid-template-columns: var(--layout-score-bar-item-columns);
|
||||
column-gap: var(--layout-score-bar-item-gap);
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sg-company-card__moat-label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sg-company-card__moat-value {
|
||||
justify-self: start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sg-company-card__moat-neutral {
|
||||
color: var(--text-company-card-moat-neutral);
|
||||
}
|
||||
@@ -39,4 +52,3 @@
|
||||
.sg-company-card__summary {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user