Fix company card score bar structure without list indentation
This commit is contained in:
@@ -33,16 +33,16 @@
|
||||
</div>
|
||||
</header>
|
||||
<div class="sg-card-segment sg-card-segment--body sg-card-segment--lightgrey" data-pattern-part="company-card-score">
|
||||
<ul class="sg-score-bar-list sg-score-bar-list--single-score" aria-label="Gesamtscore-Balken">
|
||||
<li class="sg-score-bar-item">
|
||||
<div class="sg-score-bar-list sg-score-bar-list--single-score" aria-label="Gesamtscore-Balken" data-component="score-bar-list">
|
||||
<div class="sg-score-bar-item" data-component="score-bar">
|
||||
<p class="sg-score-bar-label sg-bar-label" data-component-part="score-label">Score:</p>
|
||||
<div class="sg-score-bar sg-score-bar--marker-mid" role="img" aria-label="Gesamtscore 96 Prozent mit Median-Marker bei 50 Prozent" data-component-part="score-track">
|
||||
<div class="sg-score-bar__value sg-score-bar__value--w96 sg-score-bar__value--positive" data-component-part="score-value"></div>
|
||||
<span class="sg-score-bar__median-marker sg-score-bar__median-marker--outline" aria-hidden="true" data-component-part="score-marker"></span>
|
||||
<div class="sg-score-bar__value sg-score-bar__value--positive sg-score-bar__value--w96" data-component-part="score-value" data-component-state="positive"></div>
|
||||
<div class="sg-score-bar__median-marker" data-component-part="score-median-marker"></div>
|
||||
</div>
|
||||
<p class="sg-bar-label sg-score-state--positive" data-component-part="score-state">attraktiv</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="sg-score-state sg-score-state--positive" data-component-part="score-state">Positiv</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sg-card-segment sg-card-segment--body sg-object-card__content" data-pattern-part="company-card-content">
|
||||
<p class="sg-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
|
||||
Reference in New Issue
Block a user