Remove bottom padding from market valuation Graphik segment
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--gray sg-vsf-marktbewertung-graphic-segment" data-component-part="card-body">
|
||||||
<p class="sg-body">Graphik</p>
|
<p class="sg-body">Graphik</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body"><p class="sg-body">Inhalt Marktbewertung.</p></div>
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body"><p class="sg-body">Inhalt Marktbewertung.</p></div>
|
||||||
|
|||||||
@@ -2162,6 +2162,10 @@ section + section {
|
|||||||
color: var(--text-vsf-drawer-object-card-body);
|
color: var(--text-vsf-drawer-object-card-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-vsf-marktbewertung-graphic-segment {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
/* Patterns: Text Layouts */
|
/* Patterns: Text Layouts */
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user