Fix layout 3 footer anchoring and segment background
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sg-card-segment sg-card-segment--body sg-card-segment--gray" data-pattern-part="company-card-content">
|
||||
<div class="sg-card-segment sg-card-segment--body sg-card-segment--gray sg-vsf-list-card__content-grow" data-pattern-part="company-card-content">
|
||||
<div class="sg-score-bar-list sg-company-card__analysis-bars" aria-label="Fundamentalanalyse Score-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">Marktbewertung:</p>
|
||||
@@ -224,7 +224,7 @@
|
||||
</div>
|
||||
<p class="sg-body sg-company-card__summary sg-vsf-list-card__summary">BESCHREIBUNG LISTE</p>
|
||||
</div>
|
||||
<footer class="sg-card-segment sg-card-segment--body sg-object-card__actions-segment" data-pattern-part="list-card-actions">
|
||||
<footer class="sg-card-segment sg-card-segment--body sg-card-segment--gray" data-pattern-part="list-card-actions">
|
||||
<div class="sg-object-card__actions">
|
||||
<button class="sg-interaction-element sg-button sg-button--active sg-object-card__action" type="button">Unternehmen ansehen</button>
|
||||
</div>
|
||||
|
||||
@@ -14,3 +14,7 @@
|
||||
#layout-vsf-list-card .sg-vsf-list-card__summary {
|
||||
margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0;
|
||||
}
|
||||
|
||||
#layout-vsf-list-card .sg-vsf-list-card__content-grow {
|
||||
flex: var(--layout-object-card-content-grow) 1 auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user